Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h108 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp557 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
3099 if (CurPPLexer->popConditionalLevel(CondInfo)) { in HandleEndifDirective()
3125 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElseDirective()
3169 if (CurPPLexer->popConditionalLevel(CI)) { in HandleElifDirective()