Searched refs:OMPDepobjDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 760 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create() 764 return createDirective<OMPDepobjDirective>( in Create() 769 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 772 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 997 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
|
| H A D | StmtPrinter.cpp | 770 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 245 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2653 class OMPDepobjDirective final : public OMPExecutableDirective { 2662 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function 2668 explicit OMPDepobjDirective() in OMPDepobjDirective() function 2680 static OMPDepobjDirective *Create(const ASTContext &C, 2691 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2916 DEF_TRAVERSE_STMT(OMPDepobjDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2419 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective() 3308 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2387 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 266 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3463 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4838 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8739 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
|
| H A D | SemaOpenMP.cpp | 10285 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()
|