Home
last modified time | relevance | path

Searched refs:pushConditionalLevel (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessorLexer.h97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() function
106 void pushConditionalLevel(const PPConditionalInfo &CI) { in pushConditionalLevel() function
/external/clang/lib/Lex/
DPPDirectives.cpp373 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false, in SkipExcludedConditionalBlock()
477 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true, in SkipExcludedConditionalBlock()
2635 CurPPLexer->pushConditionalLevel(DirectiveTok.getLocation(), in HandleIfdefDirective()
2676 CurPPLexer->pushConditionalLevel(IfToken.getLocation(), /*wasskip*/false, in HandleIfDirective()