Home
last modified time | relevance | path

Searched defs:AddedStaticLocalNumbers (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h167 virtual void AddedStaticLocalNumbers(const Decl *D, unsigned Number) {} in AddedStaticLocalNumbers() function
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp259 void MultiplexASTMutationListener::AddedStaticLocalNumbers(const Decl *D, AddedStaticLocalNumbers() function in clang::MultiplexASTMutationListener
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5622 void ASTWriter::AddedStaticLocalNumbers(const Decl *D, unsigned Number) { AddedStaticLocalNumbers() function in ASTWriter