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.cpp213 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false, in SkipExcludedConditionalBlock()
317 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true, in SkipExcludedConditionalBlock()
1986 CurPPLexer->pushConditionalLevel(DirectiveTok.getLocation(), in HandleIfdefDirective()
2025 CurPPLexer->pushConditionalLevel(IfToken.getLocation(), /*wasskip*/false, in HandleIfDirective()