Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h531 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
538 assert(hasAssociatedStmt() && in getAssociatedStmt()
548 assert(hasAssociatedStmt() && in getCapturedStmt()
557 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()
610 assert(hasAssociatedStmt() && in getRawStmt()
H A DOpenMPClause.h9043 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function
9098 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp90 assert(S.hasAssociatedStmt() && in OMPLexicalScope()
5934 assert(!S.hasAssociatedStmt() && "No associated statement must be in " in EmitOMPOrderedDirective()
5982 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()
5989 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()
8142 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntimeGPU.cpp337 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp9898 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp737 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
H A DStmtOpenMP.cpp66 return !hasAssociatedStmt(); in isStandaloneDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7901 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()
7904 if (Data->hasAssociatedStmt()) in writeOMPChildren()
H A DASTReader.cpp11861 if (Data->hasAssociatedStmt()) in readOMPChildren()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9140 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3744 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()