Searched refs:PPChainBranchIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h185 std::stack<int> PPChainBranchIndex; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp453 PPChainBranchIndex.push(0);
471 if (!PPChainBranchIndex.empty())
472 ++PPChainBranchIndex.top();
473 if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty() &&
474 PPLevelBranchIndex[PPBranchLevel] != PPChainBranchIndex.top()) {
486 if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) {
487 if (PPChainBranchIndex.top() + 1 > PPLevelBranchCount[PPBranchLevel]) {
488 PPLevelBranchCount[PPBranchLevel] = PPChainBranchIndex.top() + 1;
492 if (!PPChainBranchIndex.empty())
493 PPChainBranchIndex
470 assert(PPBranchLevel < (int)PPLevelBranchIndex.size()); if (!PPChainBranchIndex.empty()) ++PPChainBranchIndex.top(); if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty() && PPLevelBranchIndex[PPBranchLevel] != PPChainBranchIndex.top()) argument
485 assert(PPBranchLevel < (int)PPLevelBranchIndex.size()); if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) argument
[all...]

Completed in 80 milliseconds