Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp240 PPBranchLevel = -1; in reset()
781 ++PPBranchLevel; in conditionalCompilationStart()
782 assert(PPBranchLevel >= 0 && PPBranchLevel <= (int)PPLevelBranchIndex.size()); in conditionalCompilationStart()
811 if (PPBranchLevel > -1) in conditionalCompilationEnd()
812 --PPBranchLevel; in conditionalCompilationEnd()
840 --PPBranchLevel; in parsePPIf()
842 ++PPBranchLevel; in parsePPIf()
854 if (PPBranchLevel > -1) in parsePPElse()
855 --PPBranchLevel; in parsePPElse()
857 ++PPBranchLevel; in parsePPElse()
[all …]
H A DUnwrappedLineParser.h259 int PPBranchLevel; variable