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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h133 virtual void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {} function in class:clang::ASTMutationListener
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp106 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
212 void MultiplexASTMutationListener::DeclarationMarkedOpenMPAllocate( function in class:clang::MultiplexASTMutationListener
215 L->DeclarationMarkedOpenMPAllocate(D, A);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h749 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6035 void ASTWriter::DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3058 ML->DeclarationMarkedOpenMPAllocate(VD, A);

Completed in 115 milliseconds