Searched refs:OMPTargetEnterDataDirective (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp30 if (isa<OMPTargetEnterDataDirective>(this) ||
944 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create(
948 llvm::alignTo(sizeof(OMPTargetEnterDataDirective), alignof(OMPClause *)) +
950 OMPTargetEnterDataDirective *Dir =
951 new (Mem) OMPTargetEnterDataDirective(StartLoc, EndLoc, Clauses.size());
957 OMPTargetEnterDataDirective *
958 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N,
961 llvm::alignTo(sizeof(OMPTargetEnterDataDirective), alignof(OMPClause *)) +
963 return new (Mem) OMPTargetEnterDataDirective(
[all...]
H A DStmtProfile.cpp895 const OMPTargetEnterDataDirective *S) {
H A DStmtPrinter.cpp780 OMPTargetEnterDataDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2631 class OMPTargetEnterDataDirective : public OMPExecutableDirective { class in namespace:clang
2639 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTargetEnterDataDirective
2649 explicit OMPTargetEnterDataDirective(unsigned NumClauses) function in class:clang::OMPTargetEnterDataDirective
2664 static OMPTargetEnterDataDirective *
2673 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2857 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2382 OMPTargetEnterDataDirective *D) {
3197 S = OMPTargetEnterDataDirective::CreateEmpty(
H A DASTWriterStmt.cpp2256 OMPTargetEnterDataDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp271 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S));
H A DCodeGenFunction.h3156 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp5045 const OMPTargetEnterDataDirective &S) {
H A DCGOpenMPRuntime.cpp10075 assert((isa<OMPTargetEnterDataDirective>(D) ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8299 OMPTargetEnterDataDirective *D) {
H A DSemaOpenMP.cpp9469 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses,

Completed in 389 milliseconds