Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp722 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create()
726 return createDirective<OMPDepobjDirective>( in Create()
731 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
734 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp986 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
H A DStmtPrinter.cpp764 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2620 class OMPDepobjDirective final : public OMPExecutableDirective {
2629 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function
2635 explicit OMPDepobjDirective() in OMPDepobjDirective() function
2647 static OMPDepobjDirective *Create(const ASTContext &C,
2658 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2887 DEF_TRAVERSE_STMT(OMPDepobjDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td243 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2405 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
3283 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2371 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp263 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3462 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
H A DCGStmtOpenMP.cpp4812 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2068 void VisitOMPDepobjDirective(const OMPDepobjDirective *D);
2976 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8705 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
H A DSemaOpenMP.cpp10250 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()