Searched refs:HadSkippedDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1723 bool HadSkippedDecl = false; local
1728 HadSkippedDecl |= CodeGenFunction::mightAddDeclToScope(*I);
1740 if (HadSkippedDecl)
1759 if (HadSkippedDecl)
1768 assert(!HadSkippedDecl && "fallthrough after skipping decl");

Completed in 123 milliseconds