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)
138 if (CurPPLexer || CurTokenLexer)
171 CurTokenLexer.reset(TokLexer);
204 CurTokenLexer.reset(TokLexer);
238 assert(!CurTokenLexer &&
461 assert(CurTokenLexer && !CurPPLexer &&
465 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
470 CurTokenLexer.reset();
472 TokenLexerCache[NumCachedTokenLexers++] = CurTokenLexer.take()
    [all...]
Pragma.cpp 119 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]
Preprocessor.cpp 336 else if (CurTokenLexer)
PPDirectives.cpp 223 !CurTokenLexer)
245 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
    [all...]
PPMacroExpansion.cpp 178 Val = CurTokenLexer->isNextTokenLParen();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 245 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
250 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
263 /// CurTokenLexer - This is the current macro we are expanding, if we are
264 /// expanding a macro. One of CurLexer and CurTokenLexer must be null.
265 OwningPtr<TokenLexer> CurTokenLexer;
278 /// CurLexer/CurTokenLexer.
725 case CLK_TokenLexer: CurTokenLexer->Lex(Result); break;
    [all...]

Completed in 240 milliseconds