HomeSort by: relevance | last modified time | path
    Searched refs:CurLexerSubmodule (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 108 CurLexerSubmodule = nullptr;
311 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule;
PPDirectives.cpp 2289 assert(!CurLexerSubmodule && "should not have marked this as a module yet");
2290 CurLexerSubmodule = M;
2325 } else if (CurLexerSubmodule) {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 532 Module *CurLexerSubmodule = nullptr;
1009 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; }
2045 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule,
2056 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule;

Completed in 41 milliseconds