Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp313 PPConditionalInfo CondInfo; in SkipExcludedConditionalBlock() local
314 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
315 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock()
320 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()
326 PPConditionalInfo &CondInfo = CurPPLexer->peekConditionalLevel(); in SkipExcludedConditionalBlock() local
329 if (CondInfo.FoundElse) Diag(Tok, diag::pp_err_else_after_else); in SkipExcludedConditionalBlock()
332 CondInfo.FoundElse = true; in SkipExcludedConditionalBlock()
339 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
340 CondInfo.FoundNonSkip = true; in SkipExcludedConditionalBlock()
347 PPConditionalInfo &CondInfo = CurPPLexer->peekConditionalLevel(); in SkipExcludedConditionalBlock() local
[all …]