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
179
SmallVector<PPBranchKind, 16>
PPStack
;
UnwrappedLineParser.cpp
217
PPStack
.clear();
524
if (Unreachable || (!
PPStack
.empty() &&
PPStack
.back() == PP_Unreachable))
525
PPStack
.push_back(PP_Unreachable);
527
PPStack
.push_back(PP_Conditional);
543
if (!
PPStack
.empty())
544
PPStack
.pop_back();
565
if (!
PPStack
.empty())
566
PPStack
.pop_back();
[
all
...]
Completed in 610 milliseconds