Home
last modified time | relevance | path

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

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