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()
9630 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function9684 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
94 assert(S.hasAssociatedStmt() && in OMPLexicalScope()6150 assert(!S.hasAssociatedStmt() && "No associated statement must be in " in EmitOMPOrderedDirective()6201 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()6208 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()8444 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
337 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
9970 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
748 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
66 return !hasAssociatedStmt(); in isStandaloneDirective()
8632 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()8635 if (Data->hasAssociatedStmt()) in writeOMPChildren()
12647 if (Data->hasAssociatedStmt()) in readOMPChildren()
9500 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()9573 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPInformationalDirective()
3752 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()