Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DMangle.cpp164 return mangleMSGuidDecl(GD, Out); in mangleName()
222 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl() function in MangleContext
DMicrosoftMangle.cpp950 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
DItaniumMangle.cpp1299 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/external/llvm-project/clang/include/clang/AST/
DMangle.h114 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);