OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPStack
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.h
181
SmallVector<PPBranchKind, 16>
PPStack
;
UnwrappedLineParser.cpp
217
PPStack
.clear();
538
if (Unreachable || (!
PPStack
.empty() &&
PPStack
.back() == PP_Unreachable))
539
PPStack
.push_back(PP_Unreachable);
541
PPStack
.push_back(PP_Conditional);
557
if (!
PPStack
.empty())
558
PPStack
.pop_back();
579
if (!
PPStack
.empty())
580
PPStack
.pop_back();
[
all
...]
Completed in 53 milliseconds