Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp234 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
241 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
270 if (IncludeGuard == IG_Found) in parse()
830 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) in parsePPIf()
834 IncludeGuard = IG_Rejected; in parsePPIf()
841 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()
842 IncludeGuard = IG_IfNdefed; in parsePPIf()
849 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()
850 IncludeGuard = IG_Rejected; in parsePPElse()
867 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 && in parsePPEndIf()
[all …]
H A DUnwrappedLineParser.h285 IncludeGuardState IncludeGuard; variable