OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popConditionalLevel
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorLexer.h
110
///
popConditionalLevel
- Remove an entry off the top of the conditional
113
bool
popConditionalLevel
(PPConditionalInfo &CI) {
/external/clang/lib/Lex/
PPDirectives.cpp
405
bool InCond = CurPPLexer->
popConditionalLevel
(CondInfo);
510
bool InCond = CurPTHLexer->
popConditionalLevel
(CondInfo);
[
all
...]
Completed in 35 milliseconds