Home
last modified time | relevance | path

Searched refs:DeclarationMarkedOpenMPAllocate (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp112 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
218 void MultiplexASTMutationListener::DeclarationMarkedOpenMPAllocate( in DeclarationMarkedOpenMPAllocate() function in clang::MultiplexASTMutationListener
221 L->DeclarationMarkedOpenMPAllocate(D, A); in DeclarationMarkedOpenMPAllocate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h133 virtual void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {} in DeclarationMarkedOpenMPAllocate() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h835 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6413 void ASTWriter::DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) { in DeclarationMarkedOpenMPAllocate() function in ASTWriter
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3395 ML->DeclarationMarkedOpenMPAllocate(VD, A); in applyOMPAllocateAttribute()