Lines Matching refs:Prefix
224 void mangle(const NamedDecl *D, StringRef Prefix = "_Z");
388 void CXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) {
394 // Adding the prefix can cause problems when one file has a "foo" and
412 Out << Prefix;
700 /// i.e. if there is more prefix "to the right".
755 // In all of these cases, we should have no prefix.
917 /*prefix*/ 0,
923 /*prefix*/ 0,
928 /*prefix*/ 0,
1142 // ::= N [<CV-qualifiers>] [<ref-qualifier>] <prefix> <unqualified-name> E
1143 // ::= N [<CV-qualifiers>] [<ref-qualifier>] <template-prefix>
1169 // <nested-name> ::= N [<CV-qualifiers>] <template-prefix> <template-args> E
1255 // <prefix> ::= <prefix> <unqualified-name>
1256 // ::= <template-prefix> <template-args>
1300 // <template-prefix> ::= <prefix> <template unqualified-name>
1323 // <template-prefix> ::= <prefix> <template unqualified-name>
2040 // Dependently-scoped template types are nested if they have a prefix.
2044 TemplateName Prefix =
2047 mangleTemplatePrefix(Prefix);
2052 mangleTemplateArgs(Prefix, T->getArgs(), T->getNumArgs());