Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h117 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp565 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
3170 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
3196 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
3243 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifFamilyDirective()