Searched refs:OMPMetaDirective (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() 267 auto *Dir = createDirective<OMPMetaDirective>( in Create() 273 OMPMetaDirective *OMPMetaDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 276 return createEmptyDirective<OMPMetaDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 991 void StmtProfiler::VisitOMPMetaDirective(const OMPMetaDirective *S) { in VisitOMPMetaDirective()
|
| H A D | StmtPrinter.cpp | 752 void StmtPrinter::VisitOMPMetaDirective(OMPMetaDirective *Node) { in VisitOMPMetaDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 225 def OMPMetaDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 6146 class OMPMetaDirective final : public OMPExecutableDirective { 6151 OMPMetaDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMetaDirective() function 6155 explicit OMPMetaDirective() in OMPMetaDirective() function 6163 static OMPMetaDirective *Create(const ASTContext &C, SourceLocation StartLoc, 6167 static OMPMetaDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
|
| H A D | RecursiveASTVisitor.h | 3072 DEF_TRAVERSE_STMT(OMPMetaDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2426 void ASTStmtReader::VisitOMPMetaDirective(OMPMetaDirective *D) { in VisitOMPMetaDirective() 3563 S = OMPMetaDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2429 void ASTStmtWriter::VisitOMPMetaDirective(OMPMetaDirective *D) { in VisitOMPMetaDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 211 EmitOMPMetaDirective(cast<OMPMetaDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3854 void EmitOMPMetaDirective(const OMPMetaDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 1880 void CodeGenFunction::EmitOMPMetaDirective(const OMPMetaDirective &S) { in EmitOMPMetaDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9602 TreeTransform<Derived>::TransformOMPMetaDirective(OMPMetaDirective *D) { in TransformOMPMetaDirective()
|