HomeSort by relevance Sort by last modified time
    Searched refs:popConditionalLevel (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PreprocessorLexer.h 109 /// popConditionalLevel - Remove an entry off the top of the conditional
112 bool popConditionalLevel(PPConditionalInfo &CI) {
  /external/clang/lib/Lex/
PPDirectives.cpp 323 bool InCond = CurPPLexer->popConditionalLevel(CondInfo);
419 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
    [all...]

Completed in 54 milliseconds