Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp106 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
212 void MultiplexASTMutationListener::DeclarationMarkedOpenMPAllocate( in DeclarationMarkedOpenMPAllocate() function in clang::MultiplexASTMutationListener
215 L->DeclarationMarkedOpenMPAllocate(D, A); in DeclarationMarkedOpenMPAllocate()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h133 virtual void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {} in DeclarationMarkedOpenMPAllocate() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h757 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5908 void ASTWriter::DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) { in DeclarationMarkedOpenMPAllocate() function in ASTWriter
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3127 ML->DeclarationMarkedOpenMPAllocate(VD, A); in applyOMPAllocateAttribute()