Home
last modified time | relevance | path

Searched refs:APINotesFile (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp68 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() argument
70 APINotesFile.getName()); in loadAPINotes()
73 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User); in loadAPINotes()
88 diag::warn_apinotes_message, diag::note_apinotes_message, APINotesFile); in loadAPINotes()
128 FileEntryRef APINotesFile) { in loadAPINotes() argument
130 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes()
169 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes() local
170 if (!APINotesFile) in loadFrameworkAPINotes()
183 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes()
313 M->APINotesFile = File.getName().str(); in loadCurrentModuleAPINotes()
[all …]
/src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h78 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile);
92 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h985 MDString *APINotesFile;
991 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
994 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
999 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
1006 APINotesFile == RHS->getRawAPINotesFile() &&
H A DDebugInfoMetadata.cpp1239 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1244 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1246 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp934 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
937 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp1102 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument
1107 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h182 std::string APINotesFile; variable
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2484 StringRef IncludePath, StringRef APINotesFile,
2490 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl,
2496 MDString *APINotesFile, unsigned LineNo, bool IsDecl,
2509 StringRef APINotesFile, unsigned LineNo,
2512 APINotesFile, LineNo, IsDecl))
2516 MDString *APINotesFile, unsigned LineNo,
2519 APINotesFile, LineNo, IsDecl))
H A DDIBuilder.h888 StringRef APINotesFile = {}, DIFile *File = nullptr,
/src/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h340 const char *APINotesFile, size_t APINotesFileLen);