Home
last modified time | relevance | path

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

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