OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushConditionalLevel
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorLexer.h
94
///
pushConditionalLevel
- When we enter a \#if directive, this keeps track of
97
void
pushConditionalLevel
(SourceLocation DirectiveStart, bool WasSkipping,
106
void
pushConditionalLevel
(const PPConditionalInfo &CI) {
/external/clang/lib/Lex/
PPDirectives.cpp
292
CurPPLexer->
pushConditionalLevel
(IfTokenLoc, /*isSkipping*/false,
396
CurPPLexer->
pushConditionalLevel
(Tok.getLocation(), /*wasskipping*/true,
[
all
...]
Completed in 48 milliseconds