HomeSort by: relevance | last modified time | path
    Searched refs:popConditionalLevel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h 105 /// popConditionalLevel - Remove an entry off the top of the conditional
108 bool popConditionalLevel(PPConditionalInfo &CI) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 557 bool InCond = CurPPLexer->popConditionalLevel(CondInfo);
3099 if (CurPPLexer->popConditionalLevel(CondInfo)) {
3125 if (CurPPLexer->popConditionalLevel(CI)) {
3169 if (CurPPLexer->popConditionalLevel(CI)) {

Completed in 21 milliseconds