Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp115 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
226 void MultiplexASTMutationListener::DeclarationMarkedOpenMPAllocate( in DeclarationMarkedOpenMPAllocate() function in clang::MultiplexASTMutationListener
229 L->DeclarationMarkedOpenMPAllocate(D, A); in DeclarationMarkedOpenMPAllocate()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h135 virtual void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {} in DeclarationMarkedOpenMPAllocate() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h906 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6992 void ASTWriter::DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) { in DeclarationMarkedOpenMPAllocate() function in ASTWriter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3435 ML->DeclarationMarkedOpenMPAllocate(VD, A); in applyOMPAllocateAttribute()