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 74 assert(!CurTokenLexer && "Cannot #include a file inside a macro!");
115 if (CurPPLexer || CurTokenLexer)
140 if (CurPPLexer || CurTokenLexer)
174 CurTokenLexer = std::move(TokLexer);
226 CurTokenLexer = std::move(TokLexer);
257 if (CurTokenLexer) {
258 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result);
296 assert(!CurTokenLexer &&
524 assert(CurTokenLexer && !CurPPLexer &&
528 MacroExpandingLexersStack.back().first == CurTokenLexer.get()
    [all...]
Preprocessor.cpp 157 CurTokenLexer.reset();
363 else if (CurTokenLexer)
731 ReturnedToken = CurTokenLexer->Lex(Result);
    [all...]
Pragma.cpp 120 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]
PPDirectives.cpp 268 !CurTokenLexer)
290 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
    [all...]
PPMacroExpansion.cpp 385 Val = CurTokenLexer->isNextTokenLParen();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 282 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
288 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
306 /// One of CurLexer and CurTokenLexer must be null.
307 std::unique_ptr<TokenLexer> CurTokenLexer;
324 /// CurLexer/CurTokenLexer.
    [all...]

Completed in 40 milliseconds