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 108 /// popConditionalLevel - Remove an entry off the top of the conditional
111 bool popConditionalLevel(PPConditionalInfo &CI) {
  /external/clang/lib/Lex/
PPDirectives.cpp 318 bool InCond = CurPPLexer->popConditionalLevel(CondInfo);
411 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
    [all...]

Completed in 207 milliseconds