Searched refs:IncludeGuard (Results 1 – 2 of 2) sorted by relevance
168 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 == IG_Defined && PPBranchLevel == -1 && Tokens->isEOF() && in parsePPEndIf()[all …]
392 IncludeGuardState IncludeGuard; variable