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.cpp193 return mangleMSGuidDecl(GD, Out); in mangleName()
260 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, in mangleMSGuidDecl() function in MangleContext
H A DMicrosoftMangle.cpp1221 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1526 Context.mangleMSGuidDecl(GD, GUIDOS); in mangleUnqualifiedName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h150 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &) const;