Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h50 bool ParsingPreprocessorDirective = false; variable
138 ParsingPreprocessorDirective = f; in setParsingPreprocessorDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp118 ParsingPreprocessorDirective = false; in InitLexer()
226 L->ParsingPreprocessorDirective = true; in Create_PragmaLexer()
2457 if (ParsingPreprocessorDirective) { in SkipWhitespace()
2678 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()
3069 if (ParsingPreprocessorDirective) { in LexEndOfFile()
3071 ParsingPreprocessorDirective = false; in LexEndOfFile()
3161 bool inPPDirectiveMode = ParsingPreprocessorDirective; in isNextPPTokenLParen()
3171 ParsingPreprocessorDirective = inPPDirectiveMode; in isNextPPTokenLParen()
3738 if (ParsingPreprocessorDirective) { in LexTokenInternal()
3740 ParsingPreprocessorDirective = false; in LexTokenInternal()
[all …]
H A DPPLexerChange.cpp659 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
660 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
689 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
H A DPPDirectives.cpp594 CurPPLexer->ParsingPreprocessorDirective = true; in SkipExcludedConditionalBlock()
607 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
623 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
640 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
839 CurPPLexer->ParsingPreprocessorDirective = false; in SkipExcludedConditionalBlock()
1134 CurPPLexer->ParsingPreprocessorDirective = true; in HandleDirective()
2842 if (CurLexer->ParsingPreprocessorDirective) in ReadOptionalMacroParameterListAndBody()
H A DPragma.cpp182 || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective)) in HandlePragmaDirective()
851 CurLexer->ParsingPreprocessorDirective = true; in HandlePragmaModuleBuild()