Searched defs:APINotesFile (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 68 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() argument 128 FileEntryRef APINotesFile) { in loadAPINotes() argument 169 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes() local 433 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) { findAPINotes() local [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 182 std::string APINotesFile; global() variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 934 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
|
H A D | DebugInfoMetadata.cpp | 1239 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
|
H A D | DebugInfo.cpp | 1102 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,const char * ConfigMacros,size_t ConfigMacrosLen,const char * IncludePath,size_t IncludePathLen,const char * APINotesFile,size_t APINotesFileLen) LLVMDIBuilderCreateModule() argument
|