/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 564 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create() 567 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective), in Create() 570 OMPCancellationPointDirective *Dir = in Create() 571 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc); in Create() 576 OMPCancellationPointDirective * 577 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty() 578 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective), in CreateEmpty() 581 return new (Mem) OMPCancellationPointDirective(); in CreateEmpty()
|
D | StmtProfile.cpp | 674 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
|
D | StmtPrinter.cpp | 1138 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2446 class OMPCancellationPointDirective : public OMPExecutableDirective { 2454 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function 2461 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function 2478 static OMPCancellationPointDirective * 2486 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2516 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 613 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create() 616 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create() 621 OMPCancellationPointDirective * 622 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty() 623 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
|
D | StmtProfile.cpp | 986 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
|
D | StmtPrinter.cpp | 816 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 226 def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 3004 class OMPCancellationPointDirective : public OMPExecutableDirective { 3014 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function 3020 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function 3036 static OMPCancellationPointDirective * 3044 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2838 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 252 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 251 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2497 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
|
D | CGStmtOpenMP.cpp | 3357 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2453 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective() 3307 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2379 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2717 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective() 3411 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2414 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 273 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3423 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1956 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D); 2716 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2061 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D); 2983 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7211 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 7530 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8370 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 8722 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
|