Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp123 void AddedStaticLocalNumbers(const Decl *D, unsigned) override;
259 void MultiplexASTMutationListener::AddedStaticLocalNumbers(const Decl *D, in AddedStaticLocalNumbers() function in clang::MultiplexASTMutationListener
262 L->AddedStaticLocalNumbers(D, Number); in AddedStaticLocalNumbers()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTMutationListener.h167 virtual void AddedStaticLocalNumbers(const Decl *D, unsigned Number) {} in AddedStaticLocalNumbers() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h912 void AddedStaticLocalNumbers(const Decl *D, unsigned) override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp5625 void ASTWriter::AddedStaticLocalNumbers(const Decl *D, unsigned Number) { in AddedStaticLocalNumbers() function in ASTWriter
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp12650 Listener->AddedStaticLocalNumbers(VD, Number); in setStaticLocalNumber()