Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp906 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create()
910 return createDirective<OMPDepobjDirective>( in Create()
915 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
918 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp1084 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
H A DStmtPrinter.cpp885 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td252 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2858 class OMPDepobjDirective final : public OMPExecutableDirective {
2867 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function
2873 explicit OMPDepobjDirective() in OMPDepobjDirective() function
2885 static OMPDepobjDirective *Create(const ASTContext &C,
2896 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3106 DEF_TRAVERSE_STMT(OMPDepobjDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2557 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
3590 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2629 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp286 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3844 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
H A DCGStmtOpenMP.cpp5430 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9485 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
H A DSemaOpenMP.cpp11126 return OMPDepobjDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()