Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1061 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
1064 return createDirective<OMPTargetDataDirective>( in Create()
1068 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1071 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1104 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp910 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td257 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3223 class OMPTargetDataDirective : public OMPExecutableDirective {
3231 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
3237 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
3251 static OMPTargetDataDirective *
3260 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h3121 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2585 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3618 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2556 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp310 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3849 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp7377 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9540 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp13059 return OMPTargetDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetDataDirective()