Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2297 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()
2301 auto *Dir = createDirective<OMPDispatchDirective>( in Create()
2307 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2310 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1272 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
H A DStmtPrinter.cpp1101 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td289 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5824 class OMPDispatchDirective final : public OMPExecutableDirective {
5839 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function
5845 explicit OMPDispatchDirective() in OMPDispatchDirective() function
5860 static OMPDispatchDirective *
5871 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3150 DEF_TRAVERSE_STMT(OMPDispatchDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2744 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
3791 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2786 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9605 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
H A DSemaOpenMP.cpp10737 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()