Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp989 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
992 return createDirective<OMPTargetDataDirective>( in Create()
996 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
999 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1047 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp881 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td252 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3150 class OMPTargetDataDirective : public OMPExecutableDirective {
3158 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
3164 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
3178 static OMPTargetDataDirective *
3187 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h3042 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2453 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3401 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2341 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp294 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3531 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp7267 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2171 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);
3143 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8920 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp13011 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()