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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h54 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {} function in class:clang::ASTMutationListener
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp83 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
127 void MultiplexASTMutationListener::AddedVisibleDecl( function in class:clang::MultiplexASTMutationListener
130 Listeners[i]->AddedVisibleDecl(DC, D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h722 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1912 L->AddedVisibleDecl(this, D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5847 void ASTWriter::AddedVisibleDecl(const DeclContext *DC, const Decl *D) {

Completed in 190 milliseconds