Searched defs:pushConditionalLevel (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h93 /// pushConditionalLevel - When we enter a #if directive, this keeps track of
96 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, function in class:clang::PreprocessorLexer
105 void pushConditionalLevel(const PPConditionalInfo &CI) { function in class:clang::PreprocessorLexer

Completed in 58 milliseconds