Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp128 void AddedStaticLocalNumbers(const Decl *D, unsigned) override;
264 void MultiplexASTMutationListener::AddedStaticLocalNumbers(const Decl *D, in AddedStaticLocalNumbers() function in clang::MultiplexASTMutationListener
267 L->AddedStaticLocalNumbers(D, Number); in AddedStaticLocalNumbers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h167 virtual void AddedStaticLocalNumbers(const Decl *D, unsigned Number) {} in AddedStaticLocalNumbers() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h913 void AddedStaticLocalNumbers(const Decl *D, unsigned) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5625 void ASTWriter::AddedStaticLocalNumbers(const Decl *D, unsigned Number) { in AddedStaticLocalNumbers() function in ASTWriter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12650 Listener->AddedStaticLocalNumbers(VD, Number); in setStaticLocalNumber()