Searched refs:writeName (Results 1 – 5 of 5) sorted by relevance
397 bool writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator::Implementation428 writeName(D, OS); in getName()585 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator586 return Impl->writeName(D, OS); in writeName()
702 void AMDGPUMangledLibFunc::writeName(Stream &OS) const { in writeName() function in AMDGPUMangledLibFunc853 writeName(Name); in mangleNameItanium()934 writeName(OS); in getName()
433 template <typename Stream> void writeName(Stream &OS) const;
279 bool writeName(const Decl *D, raw_ostream &OS);
121 if (ASTNameGen->writeName(D, OS)) in handleDeclOccurrence()