Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.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()
HDStmtProfile.cpp1279 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
HDStmtPrinter.cpp1109 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td292 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.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,
HDRecursiveASTVisitor.h3217 DEF_TRAVERSE_STMT(OMPInteropDirective,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2767 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
3863 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
HDASTWriterStmt.cpp2829 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp417 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3902 void EmitOMPInteropDirective(const OMPInteropDirective &S);
HDCGStmtOpenMP.cpp7053 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9923 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
HDSemaOpenMP.cpp16678 return OMPInteropDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPInteropDirective()