Searched refs:hasAssociatedStmt (Results 1 – 5 of 5) sorted by relevance
87 assert(hasAssociatedStmt() && "no associated statement."); in setAssociatedStmt()186 bool hasAssociatedStmt() const { return NumChildren > 0; } in hasAssociatedStmt() function190 assert(hasAssociatedStmt() && "no associated statement."); in getAssociatedStmt()202 if (!hasAssociatedStmt()) in children()
816 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
1906 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
2052 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
6669 if (D->hasAssociatedStmt()) { in TransformOMPExecutableDirective()