Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1948 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 DStmtProfile.cpp1161 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
H A DStmtPrinter.cpp964 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h5097 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 DRecursiveASTVisitor.h2986 DEF_TRAVERSE_STMT(OMPInteropDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td278 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2592 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
3524 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2545 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9098 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
H A DSemaOpenMP.cpp14828 return OMPInteropDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPInteropDirective()