Searched refs:OMPInteropDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2320 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 D | StmtProfile.cpp | 1279 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
|
| H A D | StmtPrinter.cpp | 1109 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 292 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5913 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 D | RecursiveASTVisitor.h | 3217 DEF_TRAVERSE_STMT(OMPInteropDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2767 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective() 3863 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2829 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 417 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3902 void EmitOMPInteropDirective(const OMPInteropDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7053 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9923 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
|
| H A D | SemaOpenMP.cpp | 16678 return OMPInteropDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPInteropDirective()
|