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 139 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(PeekTok)
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 752 /// LexNonComment - Lex a token. If it's a comment, keep lexing until we get
755 void LexNonComment(Token &Result) {
774 /// LexUnexpandedNonComment - Like LexNonComment, but this disables macro
    [all...]

Completed in 2950 milliseconds