Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1004 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
1007 return createDirective<OMPTargetDataDirective>( in Create()
1011 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1014 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1065 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp887 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td253 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3151 class OMPTargetDataDirective : public OMPExecutableDirective {
3159 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
3165 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
3179 static OMPTargetDataDirective *
3188 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h3040 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2500 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3453 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2375 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp298 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3534 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp7243 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2179 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);
3169 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9041 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp13151 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()