Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTMutationListener.h133 virtual void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) {} in DeclarationMarkedOpenMPAllocate() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h750 void DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) override;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6103 void ASTWriter::DeclarationMarkedOpenMPAllocate(const Decl *D, const Attr *A) { in DeclarationMarkedOpenMPAllocate() function in ASTWriter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3318 ML->DeclarationMarkedOpenMPAllocate(VD, A); in applyOMPAllocateAttribute()