OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPChainBranchIndex
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.h
202
std::stack<int>
PPChainBranchIndex
;
UnwrappedLineParser.cpp
551
PPChainBranchIndex
.push(0);
560
if (!
PPChainBranchIndex
.empty())
561
++
PPChainBranchIndex
.top();
563
PPBranchLevel >= 0 && !
PPChainBranchIndex
.empty() &&
564
PPLevelBranchIndex[PPBranchLevel] !=
PPChainBranchIndex
.top());
569
if (PPBranchLevel >= 0 && !
PPChainBranchIndex
.empty()) {
570
if (
PPChainBranchIndex
.top() + 1 > PPLevelBranchCount[PPBranchLevel]) {
571
PPLevelBranchCount[PPBranchLevel] =
PPChainBranchIndex
.top() + 1;
577
if (!
PPChainBranchIndex
.empty())
578
PPChainBranchIndex
.pop()
[
all
...]
Completed in 375 milliseconds