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.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.h9630 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function
9684 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp94 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()
H A DCGOpenMPRuntimeGPU.cpp337 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp9970 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp748 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
H A DStmtOpenMP.cpp66 return !hasAssociatedStmt(); in isStandaloneDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8632 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()
8635 if (Data->hasAssociatedStmt()) in writeOMPChildren()
H A DASTReader.cpp12647 if (Data->hasAssociatedStmt()) in readOMPChildren()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9500 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
9573 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPInformationalDirective()
H A DSemaOpenMP.cpp3752 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()