Searched refs:hasAssociatedStmt (Results 1 – 18 of 18) 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()
280 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function287 assert(hasAssociatedStmt() && in getAssociatedStmt()297 assert(hasAssociatedStmt() && in getCapturedStmt()306 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()359 assert(hasAssociatedStmt() && in getRawStmt()
7951 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function8008 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
649 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
66 return !hasAssociatedStmt(); in isStandaloneDirective()
80 assert(S.hasAssociatedStmt() && in OMPLexicalScope()4867 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()6654 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
368 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
10332 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
2171 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
2483 if (E->hasAssociatedStmt()) in VisitOMPExecutableDirective()
6887 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()6890 if (Data->hasAssociatedStmt()) in writeOMPChildren()
13048 if (Data->hasAssociatedStmt()) in readOMPChildren()
62 if (S.hasAssociatedStmt()) { in OMPLexicalScope()
5925 if (!E->hasAssociatedStmt()) in scanForTargetRegionsFunctions()
7184 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8336 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
3342 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()