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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 156 PP.LexNonComment(PeekTok);
161 PP.LexNonComment(PeekTok);
239 PP.LexNonComment(PeekTok);
279 PP.LexNonComment(PeekTok);
359 PP.LexNonComment(PeekTok);
416 PP.LexNonComment(PeekTok);
421 PP.LexNonComment(PeekTok); // Eat the (.
446 PP.LexNonComment(PeekTok); // Eat the ).
452 PP.LexNonComment(PeekTok);
460 PP.LexNonComment(PeekTok)
    [all...]
PPMacroExpansion.cpp 1211 PP.LexNonComment(Tok);
1801 LexNonComment(Tok);
1813 LexNonComment(Tok);
1834 LexNonComment(RParen);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1447 void LexNonComment(Token &Result) {
1465 /// Like LexNonComment, but this disables macro expansion of

Completed in 26 milliseconds