Searched refs:hasAssociatedStmt (Results 1 – 11 of 11) sorted by relevance
518 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function525 assert(hasAssociatedStmt() && in getAssociatedStmt()535 assert(hasAssociatedStmt() && in getCapturedStmt()544 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()597 assert(hasAssociatedStmt() && in getRawStmt()
8907 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function8962 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
86 assert(S.hasAssociatedStmt() && in OMPLexicalScope()5821 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()5885 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()7798 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
349 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
10242 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
729 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
66 return !hasAssociatedStmt(); in isStandaloneDirective()
7153 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()7156 if (Data->hasAssociatedStmt()) in writeOMPChildren()
11384 if (Data->hasAssociatedStmt()) in readOMPChildren()
8676 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
3679 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()