Searched refs:hasAssociatedStmt (Results 1 – 7 of 7) sorted by relevance
86 assert(hasAssociatedStmt() && "no associated statement."); in setAssociatedStmt()193 bool hasAssociatedStmt() const { return NumChildren > 0; } in hasAssociatedStmt() function197 assert(hasAssociatedStmt() && "no associated statement."); in getAssociatedStmt()209 if (!hasAssociatedStmt()) in children()
982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
2171 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
2483 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
62 if (S.hasAssociatedStmt()) { in OMPLexicalScope()
5925 if (!E->hasAssociatedStmt()) in scanForTargetRegionsFunctions()
7184 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()