Searched refs:OMPInteropDirective (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 1986 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()
|
| D | StmtProfile.cpp | 1172 void StmtProfiler::VisitOMPInteropDirective(const OMPInteropDirective *S) { in VisitOMPInteropDirective()
|
| D | StmtPrinter.cpp | 970 void StmtPrinter::VisitOMPInteropDirective(OMPInteropDirective *Node) { in VisitOMPInteropDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 280 def OMPInteropDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 5202 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,
|
| D | RecursiveASTVisitor.h | 3015 DEF_TRAVERSE_STMT(OMPInteropDirective,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 2606 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective() 3549 S = OMPInteropDirective::CreateEmpty( in ReadStmtFromStream()
|
| D | ASTWriterStmt.cpp | 2561 void ASTStmtWriter::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 9132 TreeTransform<Derived>::TransformOMPInteropDirective(OMPInteropDirective *D) { in TransformOMPInteropDirective()
|
| D | SemaOpenMP.cpp | 15211 return OMPInteropDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPInteropDirective()
|