Searched refs:OMPDepobjDirective (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 834 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create() 838 return createDirective<OMPDepobjDirective>( in Create() 843 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 846 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1027 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
|
| H A D | StmtPrinter.cpp | 856 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 247 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2788 class OMPDepobjDirective final : public OMPExecutableDirective { 2797 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function 2803 explicit OMPDepobjDirective() in OMPDepobjDirective() function 2815 static OMPDepobjDirective *Create(const ASTContext &C, 2826 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3027 DEF_TRAVERSE_STMT(OMPDepobjDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2425 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective() 3373 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2407 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 270 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3526 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5275 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2166 void VisitOMPDepobjDirective(const OMPDepobjDirective *D); 3122 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8865 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
|
| H A D | SemaOpenMP.cpp | 11098 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()
|