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

/external/clang/lib/Lex/
H A DPPExpressions.cpp139 PP.LexNonComment(PeekTok);
143 PP.LexNonComment(PeekTok);
178 PP.LexNonComment(PeekTok);
200 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.cpp1094 PP.LexNonComment(Tok);
1158 PP.LexNonComment(Tok);
1217 PP.LexNonComment(Tok);
1229 PP.LexNonComment(Tok);
1241 PP.LexNonComment(Tok);
/external/clang/include/clang/Lex/
H A DPreprocessor.h752 /// LexNonComment - Lex a token. If it's a comment, keep lexing until we get
755 void LexNonComment(Token &Result) { function in class:clang::Preprocessor
774 /// LexUnexpandedNonComment - Like LexNonComment, but this disables macro

Completed in 61 milliseconds