Searched refs:OMPAllocateDecl (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclOpenMP.cpp | 55 void OMPAllocateDecl::anchor() { } in anchor() 57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() 60 auto *D = OMPDeclarativeDirective::createDirective<OMPAllocateDecl>( in Create() 66 OMPAllocateDecl *OMPAllocateDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 70 return OMPDeclarativeDirective::createEmptyDirective<OMPAllocateDecl>( in CreateDeserialized() 74 void OMPAllocateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
|
| H A D | DeclPrinter.cpp | 107 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 524 isa<OMPAllocateDecl>(*D)) in VisitDeclContext() 1817 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() 1820 for (OMPAllocateDecl::varlist_iterator I = D->varlist_begin(), in VisitOMPAllocateDecl()
|
| H A D | ASTContext.cpp | 12956 else if (isa<OMPAllocateDecl>(D)) in DeclMustBeEmitted()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 474 class OMPAllocateDecl final : public OMPDeclarativeDirective<Decl> { 480 OMPAllocateDecl(DeclContext *DC, SourceLocation L) in OMPAllocateDecl() function 496 static OMPAllocateDecl *Create(ASTContext &C, DeclContext *DC, 499 static OMPAllocateDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID,
|
| H A D | ASTNodeTraverser.h | 641 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
| H A D | RecursiveASTVisitor.h | 1833 DEF_TRAVERSE_DECL(OMPAllocateDecl, {
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 450 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 3064 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() 3250 OMPAllocateDecl, OMPRequiresDecl>(D)) in isConsumerInterestedIn() 4180 D = OMPAllocateDecl::CreateDeserialized(Context, ID, NumVars, NumClauses); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 172 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 2303 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1588 void EmitOMPAllocateDecl(const OMPAllocateDecl *D);
|
| H A D | CGDecl.cpp | 2894 void CodeGenModule::EmitOMPAllocateDecl(const OMPAllocateDecl *D) { in EmitOMPAllocateDecl()
|
| H A D | CodeGenModule.cpp | 7453 EmitOMPAllocateDecl(cast<OMPAllocateDecl>(D)); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 6251 isa<OMPThreadPrivateDecl>(D) || isa<OMPAllocateDecl>(D)) in getSingleCompoundChild()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4151 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
| H A D | SemaOpenMP.cpp | 3493 auto *D = OMPAllocateDecl::Create(getASTContext(), Owner, Loc, Vars, Clauses); in ActOnOpenMPAllocateDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 4636 def OMPAllocateDecl : InheritableAttr {
|