Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h518 bool hasAssociatedStmt() const { return Data && Data->hasAssociatedStmt(); } in hasAssociatedStmt() function
525 assert(hasAssociatedStmt() && in getAssociatedStmt()
535 assert(hasAssociatedStmt() && in getCapturedStmt()
544 assert(hasAssociatedStmt() && in getInnermostCapturedStmt()
597 assert(hasAssociatedStmt() && in getRawStmt()
H A DOpenMPClause.h8907 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() function
8962 assert(hasAssociatedStmt() && "Must have associated captured statement."); in getInnermostCapturedStmt()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp86 assert(S.hasAssociatedStmt() && in OMPLexicalScope()
5821 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()
5885 assert(!S.hasAssociatedStmt() && in EmitOMPOrderedDirective()
7798 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntimeGPU.cpp349 if (!D->hasAssociatedStmt()) in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp10242 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp729 if (!ForceNoStmt && S->hasAssociatedStmt()) in PrintOMPExecutableDirective()
H A DStmtOpenMP.cpp66 return !hasAssociatedStmt(); in isStandaloneDirective()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp7153 writeBool(Data->hasAssociatedStmt()); in writeOMPChildren()
7156 if (Data->hasAssociatedStmt()) in writeOMPChildren()
H A DASTReader.cpp11384 if (Data->hasAssociatedStmt()) in readOMPChildren()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8676 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3679 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()