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

/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp387 const DirectoryLookup *CurDir; local
394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
/external/clang/lib/Lex/
H A DPPLexerChange.cpp72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, argument
82 EnterSourceFileWithPTH(PL, CurDir);
105 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
112 const DirectoryLookup *CurDir) {
120 CurDirLookup = CurDir;
138 const DirectoryLookup *CurDir) {
143 CurDirLookup = CurDir;
241 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
242 if (CurDir == Dir) {
111 EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *CurDir) argument
137 EnterSourceFileWithPTH(PTHLexer *PL, const DirectoryLookup *CurDir) argument
H A DHeaderSearch.cpp568 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
578 CurDir = nullptr;
600 // directory. This cannot be based on CurDir, because each includer could be
634 // Leave CurDir unset.
680 CurDir = nullptr;
727 CurDir = &SearchDirs[i];
731 HFI.DirInfo = CurDir->getDirCharacteristic();
751 if (CurDir->isIndexHeaderMap()) {
786 CurDir, Includers.front(), SearchPath, RelativePath,
566 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache, bool BuildSystemModule) argument
H A DPragma.cpp477 const DirectoryLookup *CurDir; local
480 nullptr, CurDir, nullptr, nullptr, nullptr);
H A DPPDirectives.cpp744 const DirectoryLookup *&CurDir,
797 CurDir = CurDirLookup;
802 const DirectoryLookup *TmpCurDir = CurDir;
814 CurDir = TmpCurDir;
822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1772 const DirectoryLookup *CurDir; local
1788 isAngled, LookupFrom, LookupFromFile, CurDir,
1806 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr,
1820 LookupFrom, LookupFromFile, CurDir,
2015 if (EnterSourceFile(FID, CurDir, FilenameTo
738 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp399 const DirectoryLookup *CurDir; local
401 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,

Completed in 650 milliseconds