Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2358 OMPInteropDirective *
2359 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
2362 return createDirective<OMPInteropDirective>( in Create()
2367 OMPInteropDirective *OMPInteropDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2370 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp1315 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
H A DStmtPrinter.cpp1134 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td293 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5977 class OMPInteropDirective final : public OMPExecutableDirective {
5986 OMPInteropDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPInteropDirective() function
5992 explicit OMPInteropDirective() in OMPInteropDirective() function
6005 static OMPInteropDirective *Create(const ASTContext &C,
6014 static OMPInteropDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3272 DEF_TRAVERSE_STMT(OMPInteropDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2795 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
4000 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2864 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp425 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3947 void EmitOMPInteropDirective(const OMPInteropDirective &S);
H A DCGStmtOpenMP.cpp7272 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10357 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
H A DSemaOpenMP.cpp17270 return OMPInteropDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPInteropDirective()