Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp235 PPBranchLevel = -1; in reset()
705 ++PPBranchLevel; in conditionalCompilationStart()
706 assert(PPBranchLevel >= 0 && PPBranchLevel <= (int)PPLevelBranchIndex.size()); in conditionalCompilationStart()
735 if (PPBranchLevel > -1) in conditionalCompilationEnd()
736 --PPBranchLevel; in conditionalCompilationEnd()
764 --PPBranchLevel; in parsePPIf()
766 ++PPBranchLevel; in parsePPIf()
778 if (PPBranchLevel > -1) in parsePPElse()
779 --PPBranchLevel; in parsePPElse()
781 ++PPBranchLevel; in parsePPElse()
[all …]
H A DUnwrappedLineParser.h242 int PPBranchLevel; variable