Home
last modified time | relevance | path

Searched defs:APINotesFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp68 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 DModule.h182 std::string APINotesFile; global() variable
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp934 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
H A DDebugInfoMetadata.cpp1239 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 DDebugInfo.cpp1102 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