Home
last modified time | relevance | path

Searched refs:OMPDepobjDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp868 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create()
872 return createDirective<OMPDepobjDirective>( in Create()
877 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
880 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp1073 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
H A DStmtPrinter.cpp872 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td248 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2857 class OMPDepobjDirective final : public OMPExecutableDirective {
2866 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function
2872 explicit OMPDepobjDirective() in OMPDepobjDirective() function
2884 static OMPDepobjDirective *Create(const ASTContext &C,
2895 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3036 DEF_TRAVERSE_STMT(OMPDepobjDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2529 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
3513 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2580 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp276 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3616 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
H A DCGStmtOpenMP.cpp5373 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9156 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
H A DSemaOpenMP.cpp11462 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()