Searched refs:APINotesFile (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 68 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 D | APINotesManager.h | 78 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile); 92 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 985 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 D | DebugInfoMetadata.cpp | 1239 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1244 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1246 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DIBuilder.cpp | 934 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 937 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfo.cpp | 1102 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 D | Module.h | 182 std::string APINotesFile; variable
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2484 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 D | DIBuilder.h | 888 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
| /src/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 340 const char *APINotesFile, size_t APINotesFileLen);
|