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

/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h94 /// 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

Completed in 77 milliseconds