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

  /external/clang/include/clang/Lex/
PreprocessorLexer.h 93 /// pushConditionalLevel - When we enter a #if directive, this keeps track of
96 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping,
105 void pushConditionalLevel(const PPConditionalInfo &CI) {
  /external/clang/lib/Lex/
PPDirectives.cpp 209 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false,
313 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
    [all...]

Completed in 944 milliseconds