Home
last modified time | relevance | path

Searched refs:CurDirLookup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp123 CurDirLookup = CurDir; in EnterSourceFileWithLexer()
162 CurDirLookup = nullptr; in EnterMacro()
217 CurDirLookup = nullptr; in EnterTokenStream()
H A DPPDirectives.cpp1015 CurDir = CurDirLookup; in LookupFile()
2009 ConstSearchDirIterator Lookup = CurDirLookup; in getIncludeNextStart()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h766 ConstSearchDirIterator CurDirLookup = nullptr; variable
2476 std::move(CurTokenLexer), CurDirLookup); in PushIncludeMacroStack()
2484 CurDirLookup = IncludeMacroStack.back().TheDirLookup; in PopIncludeMacroStack()