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