Home | History | Annotate | Download | only in AST

Lines Matching refs:mangleName

41   void mangleName(const NamedDecl *ND);
83 virtual void mangleName(const NamedDecl *D, raw_ostream &Out);
174 mangleName(D);
249 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) {
919 mangleName(T->getDecl());
987 mangleName(cast<RecordType>(T->getClass())->getDecl());
991 mangleName(cast<RecordType>(T->getClass())->getDecl());
1064 mangleName(T->getDecl());
1124 void MicrosoftMangleContext::mangleName(const NamedDecl *D,
1127 "Invalid mangleName() call, argument is not a variable or function!");
1129 "Invalid mangleName() call on 'structor decl!");