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 55 bool Is_PragmaLexer; // True if lexer for _Pragma handling.
149 bool isPragmaLexer() const { return Is_PragmaLexer; }
  /external/clang/lib/Lex/
PPLexerChange.cpp 124 if (Callbacks && !CurLexer->Is_PragmaLexer) {
277 !isEndOfMacro && !(CurLexer && CurLexer->Is_PragmaLexer)) {
Lexer.cpp 91 Is_PragmaLexer = false;
209 L->Is_PragmaLexer = true;
    [all...]

Completed in 1130 milliseconds