Searched refs:DirectoryLookup (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 160 std::vector<DirectoryLookup> SearchDirs; 250 friend class DirectoryLookup; variable 265 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, in SetSearchPaths() 278 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() 382 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, 561 void loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir); 610 typedef std::vector<DirectoryLookup>::const_iterator search_dir_iterator;
|
D | DirectoryLookup.h | 32 class DirectoryLookup { 68 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup() function 78 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT, in DirectoryLookup() function
|
D | Preprocessor.h | 56 class DirectoryLookup; variable 302 const DirectoryLookup *CurDirLookup; 332 const DirectoryLookup *TheDirLookup; 341 const DirectoryLookup *TheDirLookup) in IncludeStackInfo() 999 bool EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir, 1619 bool isAngled, const DirectoryLookup *FromDir, 1621 const DirectoryLookup *&CurDir, 1632 const DirectoryLookup *GetCurDirLookup() { return CurDirLookup; } in GetCurDirLookup() 1786 void EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *Dir); 1790 void EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *Dir); [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; 42 DirectoryLookup> >::const_iterator path_iterator; 152 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework))); in AddUnmappedPath() 164 DirectoryLookup(HM, Type, Group == IndexHeaderMap))); in AddUnmappedPath() 495 static unsigned RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, in RemoveDuplicates() 504 const DirectoryLookup &CurEntry = SearchList[i]; in RemoveDuplicates() 534 const DirectoryLookup &SearchEntry = SearchList[FirstDir]; in RemoveDuplicates() 581 std::vector<DirectoryLookup> SearchList; in Realize()
|
D | VerifyDiagnosticConsumer.cpp | 401 const DirectoryLookup *CurDir; in ParseDirective()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 83 const DirectoryLookup *Lookup, Token &Tok, 330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude() 387 const DirectoryLookup *CurDir; in HandleHasInclude() 512 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in Process()
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 244 const char *DirectoryLookup::getName() const { in getName() 273 const FileEntry *DirectoryLookup::LookupFile( in LookupFile() 400 const FileEntry *DirectoryLookup::DoFrameworkLookup( in DoFrameworkLookup() 567 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() 1404 void HeaderSearch::loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir) { in loadSubdirectoryModuleMaps()
|
D | PPLexerChange.cpp | 72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile() 112 const DirectoryLookup *CurDir) { in EnterSourceFileWithLexer() 138 const DirectoryLookup *CurDir) { in EnterSourceFileWithPTH()
|
D | PPDirectives.cpp | 607 const DirectoryLookup *FromDir, in LookupFile() 609 const DirectoryLookup *&CurDir, in LookupFile() 664 const DirectoryLookup *TmpCurDir = CurDir; in LookupFile() 665 const DirectoryLookup *TmpFromDir = nullptr; in LookupFile() 1506 const DirectoryLookup *LookupFrom, in HandleIncludeDirective() 1598 const DirectoryLookup *CurDir; in HandleIncludeDirective() 1625 DirectoryLookup DL(DE, SrcMgr::C_User, false); in HandleIncludeDirective() 1835 const DirectoryLookup *Lookup = CurDirLookup; in HandleIncludeNextDirective()
|
D | PPMacroExpansion.cpp | 1270 const DirectoryLookup *LookupFrom, in EvaluateHasIncludeCommon() 1367 const DirectoryLookup *CurDir; in EvaluateHasIncludeCommon() 1392 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in EvaluateHasIncludeNext()
|
D | Pragma.cpp | 477 const DirectoryLookup *CurDir; in HandlePragmaDependency()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 143 DirectoryLookup DL(DE, SrcMgr::C_User, false); in AddFakeHeader()
|