Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp658 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C, in Create()
662 return createDirective<OMPDepobjDirective>( in Create()
667 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
670 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
DStmtProfile.cpp937 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
DStmtPrinter.cpp756 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2327 class OMPDepobjDirective final : public OMPExecutableDirective {
2336 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDepobjDirective() function
2342 explicit OMPDepobjDirective() in OMPDepobjDirective() function
2354 static OMPDepobjDirective *Create(const ASTContext &C,
2365 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2847 DEF_TRAVERSE_STMT(OMPDepobjDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td240 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2390 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
3241 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2354 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp255 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3409 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
DCGStmtOpenMP.cpp4390 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2064 void VisitOMPDepobjDirective(const OMPDepobjDirective *D);
2933 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8590 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
DSemaOpenMP.cpp9459 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()