Home
last modified time | relevance | path

Searched refs:mangleMSGuidDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp179 return mangleMSGuidDecl(GD, Out); in mangleName()
236 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl() function in MangleContext
H A DMicrosoftMangle.cpp991 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1401 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h134 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);