Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp177 return mangleMSGuidDecl(GD, Out); in mangleName()
240 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl() function in MangleContext
H A DMicrosoftMangle.cpp1022 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1444 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h135 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);