Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1986 OMPInteropDirective *
1987 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1990 return createDirective<OMPInteropDirective>( in Create()
1995 OMPInteropDirective *OMPInteropDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1998 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
DStmtProfile.cpp1172 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
DStmtPrinter.cpp970 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td280 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h5202 class OMPInteropDirective final : public OMPExecutableDirective {
5211 OMPInteropDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPInteropDirective() function
5217 explicit OMPInteropDirective() in OMPInteropDirective() function
5230 static OMPInteropDirective *Create(const ASTContext &C,
5239 static OMPInteropDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h3015 DEF_TRAVERSE_STMT(OMPInteropDirective,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2606 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
3549 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2561 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h9132 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
DSemaOpenMP.cpp15211 return OMPInteropDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPInteropDirective()