Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1963 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 D | StmtProfile.cpp | 1165 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
|
| H A D | StmtPrinter.cpp | 969 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5150 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 D | RecursiveASTVisitor.h | 2989 DEF_TRAVERSE_STMT(OMPDispatchDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 279 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2597 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective() 3529 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2551 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9109 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
|
| H A D | SemaOpenMP.cpp | 9847 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()
|