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
200
std::stack<int>
PPChainBranchIndex
;
UnwrappedLineParser.cpp
537
PPChainBranchIndex
.push(0);
546
if (!
PPChainBranchIndex
.empty())
547
++
PPChainBranchIndex
.top();
549
PPBranchLevel >= 0 && !
PPChainBranchIndex
.empty() &&
550
PPLevelBranchIndex[PPBranchLevel] !=
PPChainBranchIndex
.top());
555
if (PPBranchLevel >= 0 && !
PPChainBranchIndex
.empty()) {
556
if (
PPChainBranchIndex
.top() + 1 > PPLevelBranchCount[PPBranchLevel]) {
557
PPLevelBranchCount[PPBranchLevel] =
PPChainBranchIndex
.top() + 1;
563
if (!
PPChainBranchIndex
.empty())
564
PPChainBranchIndex
.pop()
[
all
...]
Completed in 811 milliseconds