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