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

/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h110 /// popConditionalLevel - Remove an entry off the top of the conditional
113 bool popConditionalLevel(PPConditionalInfo &CI) { function in class:clang::PreprocessorLexer
/external/clang/lib/Lex/
H A DPPDirectives.cpp367 bool InCond = CurPPLexer->popConditionalLevel(CondInfo);
472 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
2292 if (CurPPLexer->popConditionalLevel(CondInfo)) {
2318 if (CurPPLexer->popConditionalLevel(CI)) {
2351 if (CurPPLexer->popConditionalLevel(CI)) {

Completed in 204 milliseconds