Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h379 std::stack<int> PPChainBranchIndex; variable
H A DUnwrappedLineParser.cpp1060 PPChainBranchIndex.push(Unreachable ? -1 : 0); in conditionalCompilationStart()
1069 if (!PPChainBranchIndex.empty()) in conditionalCompilationAlternative()
1070 ++PPChainBranchIndex.top(); in conditionalCompilationAlternative()
1072 PPBranchLevel >= 0 && !PPChainBranchIndex.empty() && in conditionalCompilationAlternative()
1073 PPLevelBranchIndex[PPBranchLevel] != PPChainBranchIndex.top()); in conditionalCompilationAlternative()
1078 if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) { in conditionalCompilationEnd()
1079 if (PPChainBranchIndex.top() + 1 > PPLevelBranchCount[PPBranchLevel]) in conditionalCompilationEnd()
1080 PPLevelBranchCount[PPBranchLevel] = PPChainBranchIndex.top() + 1; in conditionalCompilationEnd()
1085 if (!PPChainBranchIndex.empty()) in conditionalCompilationEnd()
1086 PPChainBranchIndex in conditionalCompilationEnd()
[all...]