Searched defs:AddedStaticLocalNumbers (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 167 virtual void AddedStaticLocalNumbers(const Decl *D, unsigned Number) {} in AddedStaticLocalNumbers() function |
/llvm-project/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 259 void MultiplexASTMutationListener::AddedStaticLocalNumbers(const Decl *D, AddedStaticLocalNumbers() function in clang::MultiplexASTMutationListener |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 5622 void ASTWriter::AddedStaticLocalNumbers(const Decl *D, unsigned Number) { AddedStaticLocalNumbers() function in ASTWriter |