Searched refs:OMPAllocateDecl (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp56 // OMPAllocateDecl Implementation.
59 void OMPAllocateDecl::anchor() { }
61 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC,
64 OMPAllocateDecl *D = new (
66 OMPAllocateDecl(OMPAllocate, DC, L);
74 OMPAllocateDecl *OMPAllocateDecl::CreateDeserialized(ASTContext &C, unsigned ID,
77 OMPAllocateDecl *D =
79 OMPAllocateDecl(OMPAllocat
[all...]
H A DDeclPrinter.cpp103 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
443 isa<OMPAllocateDecl>(*D))
1619 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
1622 for (OMPAllocateDecl::varlist_iterator I = D->varlist_begin(),
H A DASTContext.cpp10136 else if (isa<OMPAllocateDecl>(D))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h422 class OMPAllocateDecl final
424 private llvm::TrailingObjects<OMPAllocateDecl, Expr *, OMPClause *> {
442 OMPAllocateDecl(Kind DK, DeclContext *DC, SourceLocation L) function in class:clang::final
470 static OMPAllocateDecl *Create(ASTContext &C, DeclContext *DC,
473 static OMPAllocateDecl *CreateDeserialized(ASTContext &C, unsigned ID,
H A DASTNodeTraverser.h447 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) {
H A DRecursiveASTVisitor.h1648 DEF_TRAVERSE_DECL(OMPAllocateDecl, {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp444 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
2643 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
2831 isa<OMPDeclareMapperDecl>(D) || isa<OMPAllocateDecl>(D))
3986 D = OMPAllocateDecl::CreateDeserialized(Context, ID, NumVars, NumClauses);
H A DASTWriterDecl.cpp151 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1841 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3186 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
H A DSemaOpenMP.cpp2773 auto *D = OMPAllocateDecl::Create(Context, Owner, Loc, Vars, Clauses);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6554 isa<OMPThreadPrivateDecl>(D) || isa<OMPAllocateDecl>(D))

Completed in 360 milliseconds