Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h109 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp669 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
3486 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
3512 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
3576 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifFamilyDirective()