Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp665 return HeaderInfo.getModuleMap() in getModuleForLocation()
675 : HeaderInfo.lookupModule(getLangOpts().CurrentModule); in getModuleForLocation()
696 HeaderInfo.hasModuleMap(FE->getName(), /*Root*/ nullptr, in getHeaderToIncludeForDiagnostics()
700 for (auto Header : HeaderInfo.findAllModulesForHeader(FE)) { in getHeaderToIncludeForDiagnostics()
806 while (Optional<FileEntryRef> FE = HeaderInfo.LookupFile( in LookupFile()
824 Optional<FileEntryRef> FE = HeaderInfo.LookupFile( in LookupFile()
830 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
842 if (Optional<FileEntryRef> FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
846 HeaderInfo.getModuleMap().diagnoseHeaderInclusion( in LookupFile()
857 if (Optional<FileEntryRef> FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile()
[all …]
H A DModuleMap.cpp316 HeaderSearch &HeaderInfo) in ModuleMap() argument
318 HeaderInfo(HeaderInfo) { in ModuleMap()
400 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in findKnownHeader()
402 HeaderInfo.loadTopLevelSystemModules(); in findKnownHeader()
978 HeaderInfo.lookupModuleMapFile(*ParentDir, IsFrameworkDir)) { in inferFrameworkModule()
1233 HeaderInfo.MarkFileModuleHeader(Header.Entry, Role, in addHeader()
2024 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in parseModuleDecl()
2178 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd in parseExternModuleDecl()
H A DPreprocessor.cpp87 ScratchBuf(new ScratchBuffer(SourceMgr)), HeaderInfo(Headers), in Preprocessor()
192 delete &HeaderInfo; in ~Preprocessor()
207 HeaderInfo.setTarget(Target); in Initialize()
552 HeaderInfo.IncrementIncludeCount(FE); in EnterMainSourceFile()
H A DPPLexerChange.cpp334 HeaderInfo.SetFileControllingMacro(FE, ControllingMacro); in HandleEndOfFile()
342 HeaderInfo.FirstTimeLexingFile(FE)) { in HandleEndOfFile()
H A DPragma.cpp412 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce()
473 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry()); in HandlePragmaSystemHeader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h80 HeaderSearch &HeaderInfo; variable
394 HeaderSearch &HeaderInfo);
H A DPreprocessor.h142 HeaderSearch &HeaderInfo; variable
927 HeaderSearch &getHeaderSearchInfo() const { return HeaderInfo; } in getHeaderSearchInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h114 std::unique_ptr<HeaderSearch> HeaderInfo; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp788 AST->HeaderInfo.reset(new HeaderSearch(AST->HSOpts, in LoadFromASTFile()
797 HeaderSearch &HeaderInfo = *AST->HeaderInfo; in LoadFromASTFile() local
802 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
H A DCompilerInstance.cpp452 HeaderSearch *HeaderInfo = in createPreprocessor() local
457 getSourceManager(), *HeaderInfo, *this, in createPreprocessor()