Searched refs:OMPTaskyieldDirective (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp627 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C,
630 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective));
631 OMPTaskyieldDirective *Dir =
632 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc);
636 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C,
638 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective));
639 return new (Mem) OMPTaskyieldDirective();
H A DStmtProfile.cpp856 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) {
H A DStmtPrinter.cpp734 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2055 class OMPTaskyieldDirective : public OMPExecutableDirective { class in namespace:clang
2062 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPTaskyieldDirective
2069 explicit OMPTaskyieldDirective() function in class:clang::OMPTaskyieldDirective
2081 static OMPTaskyieldDirective *
2088 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
H A DRecursiveASTVisitor.h2824 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2318 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) {
3155 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty);
H A DASTWriterStmt.cpp2286 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp235 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S));
H A DCodeGenFunction.h3147 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
H A DCGStmtOpenMP.cpp3544 const OMPTaskyieldDirective &S) {
H A DCGOpenMPRuntime.cpp6544 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8200 OMPTaskyieldDirective *D) {
H A DSemaOpenMP.cpp8460 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc);

Completed in 255 milliseconds