Searched refs:HeaderInfo (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 665 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 D | ModuleMap.cpp | 316 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 D | Preprocessor.cpp | 87 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 D | PPLexerChange.cpp | 334 HeaderInfo.SetFileControllingMacro(FE, ControllingMacro); in HandleEndOfFile() 342 HeaderInfo.FirstTimeLexingFile(FE)) { in HandleEndOfFile()
|
| H A D | Pragma.cpp | 412 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 D | ModuleMap.h | 80 HeaderSearch &HeaderInfo; variable 394 HeaderSearch &HeaderInfo);
|
| H A D | Preprocessor.h | 142 HeaderSearch &HeaderInfo; variable 927 HeaderSearch &getHeaderSearchInfo() const { return HeaderInfo; } in getHeaderSearchInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 114 std::unique_ptr<HeaderSearch> HeaderInfo; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 788 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 D | CompilerInstance.cpp | 452 HeaderSearch *HeaderInfo = in createPreprocessor() local 457 getSourceManager(), *HeaderInfo, *this, in createPreprocessor()
|