Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h110 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp486 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
2841 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
2867 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
2910 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifDirective()