Home
last modified time | relevance | path

Searched refs:popConditionalLevel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorLexer.h109 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp668 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
3363 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
3389 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
3453 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifFamilyDirective()