Searched refs:pushConditionalLevel (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
H A D | PreprocessorLexer.h | 94 /// pushConditionalLevel - When we enter a \#if directive, this keeps track of 97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, function in class:clang::PreprocessorLexer 106 void pushConditionalLevel(const PPConditionalInfo &CI) { function in class:clang::PreprocessorLexer
|
/external/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 247 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/false, 351 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true, 2152 CurPPLexer->pushConditionalLevel(DirectiveTok.getLocation(), 2193 CurPPLexer->pushConditionalLevel(IfToken.getLocation(), /*wasskip*/false,
|
Completed in 79 milliseconds