Searched refs:OMPSingleDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | StmtOpenMP.cpp | 589 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()
|
| HD | StmtProfile.cpp | 1017 void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) { in VisitOMPSingleDirective()
|
| HD | StmtPrinter.cpp | 801 void StmtPrinter::VisitOMPSingleDirective(OMPSingleDirective *Node) { in VisitOMPSingleDirective()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 239 def OMPSingleDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1994 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,
|
| HD | RecursiveASTVisitor.h | 3056 DEF_TRAVERSE_STMT(OMPSingleDirective,
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2472 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) { in VisitOMPSingleDirective() 3512 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2481 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) { in VisitOMPSingleDirective()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 244 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S)); in EmitStmt()
|
| HD | CodeGenFunction.h | 3829 void EmitOMPSingleDirective(const OMPSingleDirective &S);
|
| HD | CGStmtOpenMP.cpp | 4263 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) { in EmitOMPSingleDirective()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 9321 TreeTransform<Derived>::TransformOMPSingleDirective(OMPSingleDirective *D) { in TransformOMPSingleDirective()
|
| HD | SemaOpenMP.cpp | 10772 return OMPSingleDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPSingleDirective()
|