/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 159 friend class DirectoryLookup; variable 173 std::vector<DirectoryLookup> SearchDirs; 272 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, in SetSearchPaths() 285 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() 403 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, 668 void loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir); 718 using search_dir_iterator = std::vector<DirectoryLookup>::const_iterator;
|
H A D | DirectoryLookup.h | 30 class DirectoryLookup { 68 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup() function 75 DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT, in DirectoryLookup() function
|
H A D | Preprocessor.h | 69 class DirectoryLookup; variable 515 const DirectoryLookup *CurDirLookup = nullptr; 543 const DirectoryLookup *TheDirLookup; 551 const DirectoryLookup *TheDirLookup) in IncludeStackInfo() 1332 bool EnterSourceFile(FileID FID, const DirectoryLookup *Dir, 2014 const DirectoryLookup *FromDir, const FileEntry *FromFile, 2015 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, 2025 const DirectoryLookup *GetCurDirLookup() { return CurDirLookup; } in GetCurDirLookup() 2187 void EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *Dir); 2264 const DirectoryLookup *&CurDir, StringRef &Filename, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 42 DirectoryLookup> >::const_iterator path_iterator; 158 std::make_pair(Group, DirectoryLookup(*DE, Type, isFramework))); in AddUnmappedPath() 170 DirectoryLookup(HM, Type, Group == IndexHeaderMap))); in AddUnmappedPath() 470 static unsigned RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, in RemoveDuplicates() 479 const DirectoryLookup &CurEntry = SearchList[i]; in RemoveDuplicates() 509 const DirectoryLookup &SearchEntry = SearchList[FirstDir]; in RemoveDuplicates() 556 std::vector<DirectoryLookup> SearchList; in Realize()
|
H A D | FrontendActions.cpp | 291 const DirectoryLookup *CurDir = nullptr; in BeginSourceFileAction()
|
H A D | VerifyDiagnosticConsumer.cpp | 546 const DirectoryLookup *CurDir; in ParseDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 34 const DirectoryLookup *DirLookup; 36 const DirectoryLookup *DirLookup) in IncludedFile() 61 const DirectoryLookup *DirLookup); 375 const DirectoryLookup *DirLookup) { in Process()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 747 const DirectoryLookup *FromDir, const FileEntry *FromFile, in LookupFile() 748 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, in LookupFile() 804 const DirectoryLookup *TmpCurDir = CurDir; in LookupFile() 805 const DirectoryLookup *TmpFromDir = nullptr; in LookupFile() 1704 const DirectoryLookup *LookupFrom, in HandleIncludeDirective() 1749 const DirectoryLookup *&CurDir, StringRef& Filename, in LookupHeaderIncludeOrImport() 1752 bool &IsMapped, const DirectoryLookup *LookupFrom, in LookupHeaderIncludeOrImport() 1770 DirectoryLookup DL(*DE, SrcMgr::C_User, false); in LookupHeaderIncludeOrImport() 1879 SourceLocation EndLoc, const DirectoryLookup *LookupFrom, in HandleHeaderIncludeOrImport() 1929 const DirectoryLookup *CurDir; in HandleHeaderIncludeOrImport() [all …]
|
H A D | HeaderSearch.cpp | 335 StringRef DirectoryLookup::getName() const { in getName() 376 Optional<FileEntryRef> DirectoryLookup::LookupFile( in LookupFile() 513 Optional<FileEntryRef> DirectoryLookup::DoFrameworkLookup( in DoFrameworkLookup() 756 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() 1754 void HeaderSearch::loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir) { in loadSubdirectoryModuleMaps()
|
H A D | PPLexerChange.cpp | 67 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile() 99 const DirectoryLookup *CurDir) { in EnterSourceFileWithLexer()
|
H A D | PPMacroExpansion.cpp | 1159 const DirectoryLookup *LookupFrom, in EvaluateHasIncludeCommon() 1228 const DirectoryLookup *CurDir; in EvaluateHasIncludeCommon() 1261 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in EvaluateHasIncludeNext()
|
H A D | Preprocessor.cpp | 569 const DirectoryLookup *CurDir; in EnterMainSourceFile()
|
H A D | Pragma.cpp | 521 const DirectoryLookup *CurDir; in HandlePragmaDependency()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 9433 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile() 9436 if (LookupType == DirectoryLookup::LT_Framework) { in CodeCompleteIncludedFile() 9469 if (LookupType == DirectoryLookup::LT_Framework && in CodeCompleteIncludedFile() 9494 auto AddFilesFromDirLookup = [&](const DirectoryLookup &IncludeDir, in CodeCompleteIncludedFile() 9497 case DirectoryLookup::LT_HeaderMap: in CodeCompleteIncludedFile() 9500 case DirectoryLookup::LT_NormalDir: in CodeCompleteIncludedFile() 9502 DirectoryLookup::LT_NormalDir); in CodeCompleteIncludedFile() 9504 case DirectoryLookup::LT_Framework: in CodeCompleteIncludedFile() 9506 DirectoryLookup::LT_Framework); in CodeCompleteIncludedFile() 9521 DirectoryLookup::LT_NormalDir); in CodeCompleteIncludedFile()
|