Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2277 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()
2281 auto *Dir = createDirective<OMPDispatchDirective>( in Create()
2287 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2290 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1244 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
H A DStmtPrinter.cpp1091 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td288 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h5755 class OMPDispatchDirective final : public OMPExecutableDirective {
5770 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function
5776 explicit OMPDispatchDirective() in OMPDispatchDirective() function
5791 static OMPDispatchDirective *
5802 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3139 DEF_TRAVERSE_STMT(OMPDispatchDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2687 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
3703 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2654 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9435 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
H A DSemaOpenMP.cpp10497 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()