HomeSort by relevance Sort by last modified time
    Searched refs:LexNonComment (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPExpressions.cpp 137 PP.LexNonComment(PeekTok);
141 PP.LexNonComment(PeekTok);
166 PP.LexNonComment(PeekTok);
186 PP.LexNonComment(PeekTok);
247 PP.LexNonComment(PeekTok);
297 PP.LexNonComment(PeekTok);
302 PP.LexNonComment(PeekTok); // Eat the (.
325 PP.LexNonComment(PeekTok); // Eat the ).
331 PP.LexNonComment(PeekTok);
338 PP.LexNonComment(PeekTok)
    [all...]
PPMacroExpansion.cpp 742 PP.LexNonComment(Tok);
803 PP.LexNonComment(Tok);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 592 /// LexNonComment - Lex a token. If it's a comment, keep lexing until we get
595 void LexNonComment(Token &Result) {
614 /// LexUnexpandedNonComment - Like LexNonComment, but this disables macro
    [all...]

Completed in 21 milliseconds