Searched refs:OMPDepobjDirective (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 658 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()
|
D | StmtProfile.cpp | 937 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) { in VisitOMPDepobjDirective()
|
D | StmtPrinter.cpp | 756 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) { in VisitOMPDepobjDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2327 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,
|
D | RecursiveASTVisitor.h | 2847 DEF_TRAVERSE_STMT(OMPDepobjDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 240 def OMPDepobjDirective : StmtNode<OMPExecutableDirective>;
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2390 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective() 3241 S = OMPDepobjDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2354 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 255 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3409 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
|
D | CGStmtOpenMP.cpp | 4390 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) { in EmitOMPDepobjDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2064 void VisitOMPDepobjDirective(const OMPDepobjDirective *D); 2933 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8590 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) { in TransformOMPDepobjDirective()
|
D | SemaOpenMP.cpp | 9459 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPDepobjDirective()
|