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.cpp360 bool InCond = CurPPLexer->popConditionalLevel(CondInfo);
467 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
2211 if (CurPPLexer->popConditionalLevel(CondInfo)) {
2237 if (CurPPLexer->popConditionalLevel(CI)) {
2270 if (CurPPLexer->popConditionalLevel(CI)) {

Completed in 89 milliseconds