Searched refs:CurDirLookup (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp119 CurDirLookup = CurDir;
141 CurDirLookup = CurDir;
170 CurDirLookup = 0;
203 CurDirLookup = 0;
H A DPreprocessor.cpp71 CurDirLookup(0), CurLexerKind(CLK_Lexer), Callbacks(0), Listener(0),
H A DPPDirectives.cpp532 CurDir = CurDirLookup;
1556 const DirectoryLookup *Lookup = CurDirLookup;
/external/clang/include/clang/Lex/
H A DPreprocessor.h261 const DirectoryLookup *CurDirLookup; member in class:clang::Preprocessor
1237 const DirectoryLookup *GetCurDirLookup() { return CurDirLookup; }
1269 CurDirLookup));
1278 CurDirLookup = IncludeMacroStack.back().TheDirLookup;

Completed in 124 milliseconds