Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp397 bool writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator::Implementation
428 writeName(D, OS); in getName()
585 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator
586 return Impl->writeName(D, OS); in writeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp702 void AMDGPUMangledLibFunc::writeName(Stream &OS) const { in writeName() function in AMDGPUMangledLibFunc
853 writeName(Name); in mangleNameItanium()
934 writeName(OS); in getName()
H A DAMDGPULibFunc.h433 template <typename Stream> void writeName(Stream &OS) const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h279 bool writeName(const Decl *D, raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp121 if (ASTNameGen->writeName(D, OS)) in handleDeclOccurrence()