Searched refs:OMPInteropDirective (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1948 OMPInteropDirective * 1949 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1952 return createDirective<OMPInteropDirective>( in Create() 1957 OMPInteropDirective *OMPInteropDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1960 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1161 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
|
| H A D | StmtPrinter.cpp | 964 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5097 class OMPInteropDirective final : public OMPExecutableDirective { 5106 OMPInteropDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPInteropDirective() function 5112 explicit OMPInteropDirective() in OMPInteropDirective() function 5125 static OMPInteropDirective *Create(const ASTContext &C, 5134 static OMPInteropDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2986 DEF_TRAVERSE_STMT(OMPInteropDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 278 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2592 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective() 3524 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2545 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9098 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
|
| H A D | SemaOpenMP.cpp | 14828 return OMPInteropDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPInteropDirective()
|