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.cpp2320 OMPInteropDirective *
2321 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
2324 return createDirective<OMPInteropDirective>( in Create()
2329 OMPInteropDirective *OMPInteropDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2332 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp1279 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
H A DStmtPrinter.cpp1109 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td292 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5913 class OMPInteropDirective final : public OMPExecutableDirective {
5922 OMPInteropDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPInteropDirective() function
5928 explicit OMPInteropDirective() in OMPInteropDirective() function
5941 static OMPInteropDirective *Create(const ASTContext &C,
5950 static OMPInteropDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3217 DEF_TRAVERSE_STMT(OMPInteropDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2767 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
3863 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2829 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp417 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3902 void EmitOMPInteropDirective(const OMPInteropDirective &S);
H A DCGStmtOpenMP.cpp7053 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9923 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
H A DSemaOpenMP.cpp16678 return OMPInteropDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPInteropDirective()