Searched refs:LexNonComment (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPPExpressions.cpp138 PP.LexNonComment(PeekTok);
142 PP.LexNonComment(PeekTok);
177 PP.LexNonComment(PeekTok);
199 PP.LexNonComment(PeekTok);
269 PP.LexNonComment(PeekTok);
323 PP.LexNonComment(PeekTok);
328 PP.LexNonComment(PeekTok); // Eat the (.
351 PP.LexNonComment(PeekTok); // Eat the ).
357 PP.LexNonComment(PeekTok);
364 PP.LexNonComment(PeekTo
[all...]
H A DPPMacroExpansion.cpp1065 PP.LexNonComment(Tok);
1129 PP.LexNonComment(Tok);
1188 PP.LexNonComment(Tok);
1201 PP.LexNonComment(Tok);
1213 PP.LexNonComment(Tok);
1484 LexNonComment(Tok);
1496 LexNonComment(Tok);
1510 LexNonComment(RParen);
/external/clang/include/clang/Lex/
H A DPreprocessor.h803 void LexNonComment(Token &Result) { function in class:clang::Preprocessor
821 /// \brief Like LexNonComment, but this disables macro expansion of

Completed in 1203 milliseconds