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

Completed in 524 milliseconds