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 94 /// pushConditionalLevel - When we enter a \#if directive, this keeps track of
97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping,
106 void pushConditionalLevel(const PPConditionalInfo &CI) {
  /external/clang/lib/Lex/
PPDirectives.cpp 302 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false,
406 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
    [all...]

Completed in 42 milliseconds