Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1026 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1440 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DMangle.h145 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);