Searched refs:isCustomType (Results 1 – 1 of 1) sorted by relevance
192 static bool isCustomType(StringView S) { return S[0] == '?'; } in isCustomType() function1799 } else if (isCustomType(MangledName)) { in demangleType()