Home
last modified time | relevance | path

Searched refs:ParsingPreprocessorDirective (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h50 bool ParsingPreprocessorDirective = false; variable
143 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp34 assert(ParsingPreprocessorDirective && in LexIncludeFilename()
H A DLexer.cpp115 ParsingPreprocessorDirective = false; in InitLexer()
215 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()
2195 if (ParsingPreprocessorDirective) { in SkipWhitespace()
2355 if (ParsingPreprocessorDirective || CurPtr == BufferEnd) { in SkipLineComment()
2383 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()
2707 if (ParsingPreprocessorDirective) { in LexEndOfFile()
2709 ParsingPreprocessorDirective = false; in LexEndOfFile()
2787 bool inPPDirectiveMode = ParsingPreprocessorDirective; in isNextPPTokenLParen()
2797 ParsingPreprocessorDirective = inPPDirectiveMode; in isNextPPTokenLParen()
3241 if (ParsingPreprocessorDirective) { in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp600 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
601 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
630 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
H A DPPDirectives.cpp417 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()
427 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
443 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
460 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
564 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
844 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()
2354 if (CurPPLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
H A DPragma.cpp144 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()
839 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()