Searched refs:IncludeGuard (Results 1 – 2 of 2) sorted by relevance
165 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()173 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()214 if (IncludeGuard == IG_Found) { in parse()1105 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()1109 IncludeGuard = IG_Rejected; in parsePPIf()1117 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()1118 IncludeGuard = IG_IfNdefed; in parsePPIf()1125 if (IncludeGuard == IG_Defined && PPBranchLevel == 0) in parsePPElse()1126 IncludeGuard = IG_Rejected; in parsePPElse()1142 if (IncludeGuard == IG_Defined && PPBranchLevel == -1 && Tokens->isEOF() && in parsePPEndIf()[all …]
398 IncludeGuardState IncludeGuard; variable