HomeSort by relevance Sort by last modified time
    Searched refs:CurTokenLexer (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 73 assert(!CurTokenLexer && "Cannot #include a file inside a macro!");
114 if (CurPPLexer || CurTokenLexer)
139 if (CurPPLexer || CurTokenLexer)
173 CurTokenLexer = std::move(TokLexer);
225 CurTokenLexer = std::move(TokLexer);
256 if (CurTokenLexer) {
257 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result);
295 assert(!CurTokenLexer &&
510 assert(CurTokenLexer && !CurPPLexer &&
514 MacroExpandingLexersStack.back().first == CurTokenLexer.get()
    [all...]
Preprocessor.cpp 156 CurTokenLexer.reset();
349 else if (CurTokenLexer)
698 ReturnedToken = CurTokenLexer->Lex(Result);
Pragma.cpp 119 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]
PPDirectives.cpp 278 !CurTokenLexer)
300 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
    [all...]
PPMacroExpansion.cpp 190 Val = CurTokenLexer->isNextTokenLParen();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 276 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
282 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
300 /// One of CurLexer and CurTokenLexer must be null.
301 std::unique_ptr<TokenLexer> CurTokenLexer;
318 /// CurLexer/CurTokenLexer.
    [all...]

Completed in 446 milliseconds