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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp381 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C,
387 llvm::alignTo(sizeof(OMPSingleDirective), alignof(OMPClause *));
390 OMPSingleDirective *Dir =
391 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size());
397 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C,
401 llvm::alignTo(sizeof(OMPSingleDirective), alignof(OMPClause *));
404 return new (Mem) OMPSingleDirective(NumClauses);
H A DStmtProfile.cpp819 void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) {
H A DStmtPrinter.cpp686 void StmtPrinter::VisitOMPSingleDirective(OMPSingleDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1535 class OMPSingleDirective : public OMPExecutableDirective { class in namespace:clang
1543 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPSingleDirective
1553 explicit OMPSingleDirective(unsigned NumClauses) function in class:clang::OMPSingleDirective
1567 static OMPSingleDirective *
1577 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2798 DEF_TRAVERSE_STMT(OMPSingleDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2263 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) {
3110 S = OMPSingleDirective::CreateEmpty(
H A DASTWriterStmt.cpp2170 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp211 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S));
H A DCodeGenFunction.h3139 void EmitOMPSingleDirective(const OMPSingleDirective &S);
H A DCGStmtOpenMP.cpp2971 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8113 TreeTransform<Derived>::TransformOMPSingleDirective(OMPSingleDirective *D) {
H A DSemaOpenMP.cpp8215 return OMPSingleDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);

Completed in 220 milliseconds