Searched refs:hasAssociatedStmt (Results 1 – 11 of 11) sorted by relevance
531 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function538 assert(hasAssociatedStmt() && in getAssociatedStmt()548 assert(hasAssociatedStmt() && in getCapturedStmt()557 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()610 assert(hasAssociatedStmt() && in getRawStmt()
9043 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function9098 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
90 assert(S.hasAssociatedStmt() && in OMPLexicalScope()5934 assert(!S.hasAssociatedStmt() && "No associated statement must be in " in EmitOMPOrderedDirective()5982 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()5989 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()8142 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
337 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
9898 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
737 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
66 return !hasAssociatedStmt(); in isStandaloneDirective()
7901 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()7904 if (Data->hasAssociatedStmt()) in writeOMPChildren()
11861 if (Data->hasAssociatedStmt()) in readOMPChildren()
9140 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
3744 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()