Searched refs:versionSuffix (Results 1 – 1 of 1) sorted by relevance
1921 const char*& versionSuffix,2145 const char* versionSuffix; in _Demangle() local2147 int error = _Parse(mangledName, versionSuffix, node); in _Demangle()2155 if (success && versionSuffix != NULL) in _Demangle()2156 nameBuffer.Append(versionSuffix); in _Demangle()2176 const char* versionSuffix; in _GetParameterInfo() local2178 int error = _Parse(mangledName, versionSuffix, node); in _GetParameterInfo()2207 Demangler::_Parse(const char* mangledName, const char*& versionSuffix, in _Parse() argument2212 versionSuffix = strchr(mangledName, '@'); in _Parse()2214 versionSuffix != NULL in _Parse()[all …]