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 144 PP.LexNonComment(PeekTok);
148 PP.LexNonComment(PeekTok);
173 PP.LexNonComment(PeekTok);
195 PP.LexNonComment(PeekTok);
264 PP.LexNonComment(PeekTok);
318 PP.LexNonComment(PeekTok);
323 PP.LexNonComment(PeekTok); // Eat the (.
346 PP.LexNonComment(PeekTok); // Eat the ).
352 PP.LexNonComment(PeekTok);
359 PP.LexNonComment(PeekTok)
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 758 /// LexNonComment - Lex a token. If it's a comment, keep lexing until we get
761 void LexNonComment(Token &Result) {
780 /// LexUnexpandedNonComment - Like LexNonComment, but this disables macro
    [all...]

Completed in 30 milliseconds