Home | History | Annotate | Download | only in AST

Lines Matching refs:Prefix

293   void mangle(const NamedDecl *D, StringRef Prefix = "\01?");
423 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) {
428 // Callers can override this with a custom prefix.
431 Out << Prefix;
789 // a $S prefix.
838 // Otherwise, number the types using a $S prefix.