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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp988 OMPTeamsDirective *OMPTeamsDirective::Create(const ASTContext &C,
994 llvm::alignTo(sizeof(OMPTeamsDirective), alignof(OMPClause *));
997 OMPTeamsDirective *Dir =
998 new (Mem) OMPTeamsDirective(StartLoc, EndLoc, Clauses.size());
1004 OMPTeamsDirective *OMPTeamsDirective::CreateEmpty(const ASTContext &C,
1008 llvm::alignTo(sizeof(OMPTeamsDirective), alignof(OMPClause *));
1011 return new (Mem) OMPTeamsDirective(NumClauses);
H A DStmtProfile.cpp914 void StmtProfiler::VisitOMPTeamsDirective(const OMPTeamsDirective *S) {
H A DStmtPrinter.cpp803 void StmtPrinter::VisitOMPTeamsDirective(OMPTeamsDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2888 class OMPTeamsDirective : public OMPExecutableDirective { class in namespace:clang
2896 OMPTeamsDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTeamsDirective
2906 explicit OMPTeamsDirective(unsigned NumClauses) function in class:clang::OMPTeamsDirective
2920 static OMPTeamsDirective *Create(const ASTContext &C, SourceLocation StartLoc,
2931 static OMPTeamsDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2869 DEF_TRAVERSE_STMT(OMPTeamsDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2408 void ASTStmtReader::VisitOMPTeamsDirective(OMPTeamsDirective *D) {
3225 S = OMPTeamsDirective::CreateEmpty(
H A DASTWriterStmt.cpp2326 void ASTStmtWriter::VisitOMPTeamsDirective(OMPTeamsDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp259 EmitOMPTeamsDirective(cast<OMPTeamsDirective>(*S));
H A DCodeGenFunction.h3162 void EmitOMPTeamsDirective(const OMPTeamsDirective &S);
H A DCGStmtOpenMP.cpp4496 void CodeGenFunction::EmitOMPTeamsDirective(const OMPTeamsDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8354 TreeTransform<Derived>::TransformOMPTeamsDirective(OMPTeamsDirective *D) {
H A DSemaOpenMP.cpp9561 return OMPTeamsDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);

Completed in 245 milliseconds