Searched refs:hasAssociatedStmt (Results 1 – 11 of 11) sorted by relevance
517 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function524 assert(hasAssociatedStmt() && in getAssociatedStmt()534 assert(hasAssociatedStmt() && in getCapturedStmt()543 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()596 assert(hasAssociatedStmt() && in getRawStmt()
8932 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function8989 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
85 assert(S.hasAssociatedStmt() && in OMPLexicalScope()5757 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()5821 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()7810 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
366 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
10631 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
728 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
66 return !hasAssociatedStmt(); in isStandaloneDirective()
6947 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()6950 if (Data->hasAssociatedStmt()) in writeOMPChildren()
12879 if (Data->hasAssociatedStmt()) in readOMPChildren()
8566 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
3626 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()