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

/external/clang/include/clang/AST/
H A DASTMutationListener.h47 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {} function in class:clang::ASTMutationListener
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp93 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
125 void MultiplexASTMutationListener::AddedVisibleDecl( function in class:clang::MultiplexASTMutationListener
128 Listeners[i]->AddedVisibleDecl(DC, D);
/external/clang/include/clang/Serialization/
H A DASTWriter.h759 void AddedVisibleDecl(const DeclContext *DC, const Decl *D) override;
/external/clang/lib/AST/
H A DDeclBase.cpp1502 L->AddedVisibleDecl(this, D);
/external/clang/lib/Serialization/
H A DASTWriter.cpp5506 void ASTWriter::AddedVisibleDecl(const DeclContext *DC, const Decl *D) { function in class:ASTWriter

Completed in 1539 milliseconds