Home
last modified time | relevance | path

Searched refs:OMPSingleDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp589 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create()
594 return createDirective<OMPSingleDirective>(C, Clauses, AssociatedStmt, in Create()
599 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
602 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty()
HDStmtProfile.cpp1017 void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) { in VisitOMPSingleDirective()
HDStmtPrinter.cpp801 void StmtPrinter::VisitOMPSingleDirective(OMPSingleDirective *Node) { in VisitOMPSingleDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td239 def OMPSingleDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h1994 class OMPSingleDirective : public OMPExecutableDirective {
2002 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSingleDirective() function
2008 explicit OMPSingleDirective() in OMPSingleDirective() function
2021 static OMPSingleDirective *
2031 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
HDRecursiveASTVisitor.h3056 DEF_TRAVERSE_STMT(OMPSingleDirective,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2472 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) { in VisitOMPSingleDirective()
3512 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
HDASTWriterStmt.cpp2481 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) { in VisitOMPSingleDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp244 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3829 void EmitOMPSingleDirective(const OMPSingleDirective &S);
HDCGStmtOpenMP.cpp4263 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) { in EmitOMPSingleDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9321 TreeTransform<Derived>::TransformOMPSingleDirective(OMPSingleDirective *D) { in TransformOMPSingleDirective()
HDSemaOpenMP.cpp10772 return OMPSingleDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPSingleDirective()