Home
last modified time | relevance | path

Searched refs:hasAssociatedStmt (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h517 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
524 assert(hasAssociatedStmt() && in getAssociatedStmt()
534 assert(hasAssociatedStmt() && in getCapturedStmt()
543 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()
596 assert(hasAssociatedStmt() && in getRawStmt()
H A DOpenMPClause.h8932 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function
8989 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp85 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()
H A DCGOpenMPRuntimeGPU.cpp366 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp10631 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp728 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
H A DStmtOpenMP.cpp66 return !hasAssociatedStmt(); in isStandaloneDirective()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6947 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()
6950 if (Data->hasAssociatedStmt()) in writeOMPChildren()
H A DASTReader.cpp12879 if (Data->hasAssociatedStmt()) in readOMPChildren()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8566 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3626 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()