Searched refs:OMPAllocateDecl (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
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, unsigned ID, in CreateDeserialized() 69 return OMPDeclarativeDirective::createEmptyDirective<OMPAllocateDecl>( in CreateDeserialized() 73 void OMPAllocateDecl::setVars(ArrayRef<Expr *> VL) { in setVars()
|
D | DeclPrinter.cpp | 103 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 443 isa<OMPAllocateDecl>(*D)) in VisitDeclContext() 1610 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() 1613 for (OMPAllocateDecl::varlist_iterator I = D->varlist_begin(), in VisitOMPAllocateDecl()
|
D | ASTContext.cpp | 10695 else if (isa<OMPAllocateDecl>(D)) in DeclMustBeEmitted()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclOpenMP.h | 473 class OMPAllocateDecl final : public OMPDeclarativeDirective<Decl> { 479 OMPAllocateDecl(DeclContext *DC, SourceLocation L) in OMPAllocateDecl() function 495 static OMPAllocateDecl *Create(ASTContext &C, DeclContext *DC, 498 static OMPAllocateDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
D | ASTNodeTraverser.h | 470 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
D | RecursiveASTVisitor.h | 1622 DEF_TRAVERSE_DECL(OMPAllocateDecl, {
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 449 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 2681 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() 2846 isa<OMPDeclareMapperDecl>(D) || isa<OMPAllocateDecl>(D) || in isConsumerInterestedIn() 4034 D = OMPAllocateDecl::CreateDeserialized(Context, ID, NumVars, NumClauses); in ReadDeclRecord()
|
D | ASTWriterDecl.cpp | 153 void VisitOMPAllocateDecl(OMPAllocateDecl *D); 1845 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3248 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
|
D | SemaOpenMP.cpp | 3176 auto *D = OMPAllocateDecl::Create(Context, Owner, Loc, Vars, Clauses); in ActOnOpenMPAllocateDirective()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 3465 def OMPAllocateDecl : InheritableAttr {
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 6520 isa<OMPThreadPrivateDecl>(D) || isa<OMPAllocateDecl>(D)) in getSingleCompoundChild()
|