Searched refs:OMPTaskgroupDirective (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create(
673 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) +
677 OMPTaskgroupDirective *Dir =
678 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size());
685 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C,
688 unsigned Size = llvm::alignTo(sizeof(OMPTaskgroupDirective) +
692 return new (Mem) OMPTaskgroupDirective(NumClauses);
H A DStmtProfile.cpp868 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) {
H A DStmtPrinter.cpp749 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2193 class OMPTaskgroupDirective : public OMPExecutableDirective { class in namespace:clang
2201 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTaskgroupDirective
2210 explicit OMPTaskgroupDirective(unsigned NumClauses) function in class:clang::OMPTaskgroupDirective
2230 static OMPTaskgroupDirective *
2240 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2833 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2333 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) {
3167 S = OMPTaskgroupDirective::CreateEmpty(
H A DASTWriterStmt.cpp2304 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp244 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S));
H A DCGStmtOpenMP.cpp221 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) {
3557 const OMPTaskgroupDirective &S) {
H A DCodeGenFunction.h3150 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8233 OMPTaskgroupDirective *D) {
H A DSemaOpenMP.cpp8484 return OMPTaskgroupDirective::Create(Context, StartLoc, EndLoc, Clauses,

Completed in 297 milliseconds