Searched refs:OMPInteropDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2358 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 D | StmtProfile.cpp | 1315 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
|
| H A D | StmtPrinter.cpp | 1134 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 293 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5977 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 D | RecursiveASTVisitor.h | 3272 DEF_TRAVERSE_STMT(OMPInteropDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2795 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective() 4000 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2864 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 425 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3947 void EmitOMPInteropDirective(const OMPInteropDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7272 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10357 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
|
| H A D | SemaOpenMP.cpp | 17270 return OMPInteropDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPInteropDirective()
|