Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp342 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
349 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
379 if (IncludeGuard == IG_Found) { in parse()
1215 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()
1219 IncludeGuard = IG_Rejected; in parsePPIf()
1227 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()
1228 IncludeGuard = IG_IfNdefed; in parsePPIf()
1235 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()
1236 IncludeGuard = IG_Rejected; in parsePPElse()
1252 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 && Tokens->isEOF() && in parsePPEndIf()
[all …]
H A DUnwrappedLineParser.h340 IncludeGuardState IncludeGuard; variable