Searched refs:containsLabel (Results 1 – 3 of 3) sorted by relevance
139 bool CIRGenFunction::containsLabel(const Stmt *s, bool ignoreCaseStmts) { in containsLabel() function in clang::CIRGen::CIRGenFunction167 return containsLabel(subStmt, ignoreCaseStmts); in containsLabel()197 if (!allowLabels && containsLabel(cond)) in constantFoldsToSimpleInteger()
392 bool containsLabel(const clang::Stmt *s, bool ignoreCaseStmts = false);
2023 if (!cgf.containsLabel(dead)) { in VisitAbstractConditionalOperator()