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.reset(TokLexer);
206 CurTokenLexer.reset(TokLexer);
237 if (CurTokenLexer) {
238 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result);
276 assert(!CurTokenLexer &&
518 assert(CurTokenLexer && !CurPPLexer &&
522 MacroExpandingLexersStack.back().first == CurTokenLexer.get()
    [all...]
Preprocessor.cpp 153 CurTokenLexer.reset();
334 else if (CurTokenLexer)
674 ReturnedToken = CurTokenLexer->Lex(Result);
Pragma.cpp 121 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]
PPDirectives.cpp 230 !CurTokenLexer)
252 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
    [all...]
PPMacroExpansion.cpp 183 Val = CurTokenLexer->isNextTokenLParen();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 258 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
264 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
282 /// One of CurLexer and CurTokenLexer must be null.
283 std::unique_ptr<TokenLexer> CurTokenLexer;
300 /// CurLexer/CurTokenLexer.
    [all...]

Completed in 85 milliseconds