Searched refs:MaybeIncludeGuard (Results 1 – 1 of 1) sorted by relevance
1104 bool MaybeIncludeGuard = IfNDef; in parsePPIf() local1105 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()1108 MaybeIncludeGuard = false; in parsePPIf()1117 if (IncludeGuard == IG_Inited && MaybeIncludeGuard) { in parsePPIf()1158 bool MaybeIncludeGuard = false; in parsePPDefine() local1169 MaybeIncludeGuard = IncludeGuard == IG_Defined; in parsePPDefine()1182 if (MaybeIncludeGuard && !eof()) in parsePPDefine()