Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp83 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
127 void MultiplexASTMutationListener::AddedVisibleDecl( in AddedVisibleDecl() function in clang::MultiplexASTMutationListener
130 Listeners[i]->AddedVisibleDecl(DC, D); in AddedVisibleDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h54 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {} in AddedVisibleDecl() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h730 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1871 L->AddedVisibleDecl(this, D); in makeDeclVisibleInContextWithFlags()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5720 void ASTWriter::AddedVisibleDecl(const DeclContext *DC, const Decl *D) { in AddedVisibleDecl() function in ASTWriter