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

  /external/clang/include/clang/Lex/
Lexer.h 53 bool Is_PragmaLexer; // True if lexer for _Pragma handling.
149 bool isPragmaLexer() const { return Is_PragmaLexer; }
  /external/clang/lib/Lex/
PPLexerChange.cpp 121 if (Callbacks && !CurLexer->Is_PragmaLexer) {
244 !isEndOfMacro && !(CurLexer && CurLexer->Is_PragmaLexer)) {
Lexer.cpp 88 Is_PragmaLexer = false;
199 L->Is_PragmaLexer = true;
    [all...]

Completed in 673 milliseconds