Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h109 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp668 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
3408 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
3434 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
3498 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifFamilyDirective()