Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2001 OMPDispatchDirective *OMPDispatchDirective::Create( in Create() 2005 auto *Dir = createDirective<OMPDispatchDirective>( in Create() 2011 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 2014 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1176 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
|
| H A D | StmtPrinter.cpp | 975 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 281 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5255 class OMPDispatchDirective final : public OMPExecutableDirective { 5270 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function 5276 explicit OMPDispatchDirective() in OMPDispatchDirective() function 5291 static OMPDispatchDirective * 5302 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3018 DEF_TRAVERSE_STMT(OMPDispatchDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2611 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective() 3554 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2567 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9143 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
|
| H A D | SemaOpenMP.cpp | 9881 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()
|