Searched refs:OMPDepobjDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 944 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create() 948 return createDirective<OMPDepobjDirective>( in Create() 953 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 956 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1120 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
|
| H A D | StmtPrinter.cpp | 906 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 253 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2841 class OMPDepobjDirective final : public OMPExecutableDirective { 2850 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function 2856 explicit OMPDepobjDirective() in OMPDepobjDirective() function 2868 static OMPDepobjDirective *Create(const ASTContext &C, 2879 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3161 DEF_TRAVERSE_STMT(OMPDepobjDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2585 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective() 3727 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2664 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 292 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3882 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5635 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9919 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
|
| H A D | SemaOpenMP.cpp | 11194 return OMPDepobjDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()
|