HomeSort by relevance Sort by last modified time
    Searched refs:PPChainBranchIndex (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.h 197 std::stack<int> PPChainBranchIndex;
UnwrappedLineParser.cpp 504 PPChainBranchIndex.push(0);
513 if (!PPChainBranchIndex.empty())
514 ++PPChainBranchIndex.top();
516 PPBranchLevel >= 0 && !PPChainBranchIndex.empty() &&
517 PPLevelBranchIndex[PPBranchLevel] != PPChainBranchIndex.top());
522 if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) {
523 if (PPChainBranchIndex.top() + 1 > PPLevelBranchCount[PPBranchLevel]) {
524 PPLevelBranchCount[PPBranchLevel] = PPChainBranchIndex.top() + 1;
530 if (!PPChainBranchIndex.empty())
531 PPChainBranchIndex.pop()
    [all...]

Completed in 43 milliseconds