Searched refs:Is_PragmaLexer (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h55 bool Is_PragmaLexer; // True if lexer for _Pragma handling. member in class:clang::Lexer
143 bool isPragmaLexer() const { return Is_PragmaLexer; }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp124 if (Callbacks && !CurLexer->Is_PragmaLexer) {
303 !isEndOfMacro && !(CurLexer && CurLexer->Is_PragmaLexer)) {
H A DLexer.cpp92 Is_PragmaLexer = false;
214 L->Is_PragmaLexer = true;
3348 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer)
3514 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer)

Completed in 294 milliseconds