Searched refs:OMPDepobjDirective (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 722 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 D | StmtProfile.cpp | 986 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
|
H A D | StmtPrinter.cpp | 764 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 2620 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 D | RecursiveASTVisitor.h | 2887 DEF_TRAVERSE_STMT(OMPDepobjDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 243 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2405 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective() 3283 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2371 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 263 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3462 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
|
H A D | CGStmtOpenMP.cpp | 4812 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2068 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 D | TreeTransform.h | 8705 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
|
H A D | SemaOpenMP.cpp | 10250 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()
|