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

  /external/clang/include/clang/Lex/
PreprocessorLexer.h 119 /// peekConditionalLevel - Return the top of the conditional stack. This
121 PPConditionalInfo &peekConditionalLevel() {
  /external/clang/lib/Lex/
PPDirectives.cpp 337 PPConditionalInfo &CondInfo = CurPPLexer->peekConditionalLevel();
357 PPConditionalInfo &CondInfo = CurPPLexer->peekConditionalLevel();
438 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
459 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
    [all...]

Completed in 61 milliseconds