Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1963 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()
1967 auto *Dir = createDirective<OMPDispatchDirective>( in Create()
1973 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1976 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1165 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
H A DStmtPrinter.cpp969 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h5150 class OMPDispatchDirective final : public OMPExecutableDirective {
5165 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function
5171 explicit OMPDispatchDirective() in OMPDispatchDirective() function
5186 static OMPDispatchDirective *
5197 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2989 DEF_TRAVERSE_STMT(OMPDispatchDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td279 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2597 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
3529 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2551 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9109 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
H A DSemaOpenMP.cpp9847 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()