Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp168 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
178 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
219 if (IncludeGuard == IG_Found) { in parse()
1104 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()
1108 IncludeGuard = IG_Rejected; in parsePPIf()
1116 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()
1117 IncludeGuard = IG_IfNdefed; in parsePPIf()
1124 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()
1125 IncludeGuard = IG_Rejected; in parsePPElse()
1141 if (IncludeGuard in parsePPEndIf()
[all...]
H A DUnwrappedLineParser.h392 IncludeGuardState IncludeGuard; variable