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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 69 assert(!CurTokenLexer && "Cannot #include a file inside a macro!");
102 if (CurPPLexer || CurTokenLexer)
136 CurTokenLexer = std::move(TokLexer);
191 CurTokenLexer = std::move(TokLexer);
222 if (CurTokenLexer) {
223 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result);
306 assert(!CurTokenLexer &&
549 assert(CurTokenLexer && !CurPPLexer &&
553 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
558 CurTokenLexer.reset()
    [all...]
Preprocessor.cpp 184 CurTokenLexer.reset();
381 else if (CurTokenLexer)
639 CurTokenLexer->Lex(Tok);
897 ReturnedToken = CurTokenLexer->Lex(Result);
Pragma.cpp 180 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
PPDirectives.cpp 387 !CurTokenLexer)
442 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
PPMacroExpansion.cpp 441 Val = CurTokenLexer->isNextTokenLParen();
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 501 /// Only one of CurLexer, or CurTokenLexer will be non-null.
519 /// One of CurLexer and CurTokenLexer must be null.
520 std::unique_ptr<TokenLexer> CurTokenLexer;
536 /// CurLexer/CurTokenLexer.
1599 /// CurTokenLexer pointers.
2047 std::move(CurTokenLexer), CurDirLookup);
2054 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer);
2219 return !CurPPLexer && !CurTokenLexer && !IncludeMacroStack.empty();

Completed in 32 milliseconds