Searched defs:CurDir (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp71 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, argument
81 EnterSourceFileWithPTH(PL, CurDir);
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
111 const DirectoryLookup *CurDir) {
119 CurDirLookup = CurDir;
137 const DirectoryLookup *CurDir) {
142 CurDirLookup = CurDir;
221 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
222 if (CurDir == Dir) {
110 EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *CurDir) argument
136 EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *CurDir) argument
H A DHeaderSearch.cpp566 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
593 CurDir = nullptr;
613 // directory. This cannot be based on CurDir, because each includer could be
638 // Leave CurDir unset.
683 CurDir = nullptr;
731 CurDir = &SearchDirs[i];
735 HFI.DirInfo = CurDir->getDirCharacteristic();
755 if (CurDir->isIndexHeaderMap()) {
789 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
564 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<const FileEntry *> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
H A DPragma.cpp474 const DirectoryLookup *CurDir; local
476 isAngled, nullptr, CurDir, nullptr,
H A DPPDirectives.cpp565 const DirectoryLookup *&CurDir,
604 CurDir = CurDirLookup;
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1462 const DirectoryLookup *CurDir; local
1476 isAngled, LookupFrom, CurDir, Callbacks ? &SearchPath : nullptr,
1494 isAngled, LookupFrom, CurDir, nullptr, nullptr,
1521 false, LookupFrom, CurDir, Callbacks ? &SearchPath : nullptr,
1692 if (EnterSourceFile(FID, CurDir, FilenameTok.getLocation()))
560 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp335 const DirectoryLookup *CurDir; local
337 Filename, SourceLocation(), isAngled, nullptr, CurDir,
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp404 const DirectoryLookup *CurDir; local
406 CurDir, nullptr, nullptr, nullptr);

Completed in 259 milliseconds