Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp331 PPBranchLevel = -1; in reset()
1106 ++PPBranchLevel; in conditionalCompilationStart()
1107 assert(PPBranchLevel >= 0 && PPBranchLevel <= (int)PPLevelBranchIndex.size()); in conditionalCompilationStart()
1135 if (PPBranchLevel > -1) in conditionalCompilationEnd()
1136 --PPBranchLevel; in conditionalCompilationEnd()
1165 --PPBranchLevel; in parsePPIf()
1167 ++PPBranchLevel; in parsePPIf()
1179 if (PPBranchLevel > -1) in parsePPElse()
1180 --PPBranchLevel; in parsePPElse()
1182 ++PPBranchLevel; in parsePPElse()
[all …]
H A DUnwrappedLineParser.h295 int PPBranchLevel; variable