Home
last modified time | relevance | path

Searched refs:OMPAllocateDecl (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/AST/
DDeclOpenMP.cpp55 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()
DDeclPrinter.cpp103 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()
DASTContext.cpp10695 else if (isa<OMPAllocateDecl>(D)) in DeclMustBeEmitted()
/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h473 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,
DASTNodeTraverser.h470 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
DRecursiveASTVisitor.h1622 DEF_TRAVERSE_DECL(OMPAllocateDecl, {
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp449 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()
DASTWriterDecl.cpp153 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1845 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3248 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl()
DSemaOpenMP.cpp3176 auto *D = OMPAllocateDecl::Create(Context, Owner, Loc, Vars, Clauses); in ActOnOpenMPAllocateDirective()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td3465 def OMPAllocateDecl : InheritableAttr {
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6520 isa<OMPThreadPrivateDecl>(D) || isa<OMPAllocateDecl>(D)) in getSingleCompoundChild()