Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp177 return mangleMSGuidDecl(GD, Out); in mangleName()
244 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl() function in MangleContext
H A DMicrosoftMangle.cpp1175 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1509 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h146 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);