Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2335 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()
2339 auto *Dir = createDirective<OMPDispatchDirective>( in Create()
2345 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2348 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1283 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
H A DStmtPrinter.cpp1114 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td293 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5966 class OMPDispatchDirective final : public OMPExecutableDirective {
5981 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function
5987 explicit OMPDispatchDirective() in OMPDispatchDirective() function
6002 static OMPDispatchDirective *
6013 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3220 DEF_TRAVERSE_STMT(OMPDispatchDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2772 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
3868 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2835 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9934 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
H A DSemaOpenMP.cpp10557 return OMPDispatchDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPDispatchDirective()