Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp834 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 DStmtProfile.cpp1027 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
H A DStmtPrinter.cpp856 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td247 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2788 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 DRecursiveASTVisitor.h3027 DEF_TRAVERSE_STMT(OMPDepobjDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2425 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
3373 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2407 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp270 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3526 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
H A DCGStmtOpenMP.cpp5275 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2166 void VisitOMPDepobjDirective(const OMPDepobjDirective *D);
3122 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8865 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
H A DSemaOpenMP.cpp11098 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()