Home
last modified time | relevance | path

Searched refs:isCustomType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp222 static bool isCustomType(std::string_view S) { return S[0] == '?'; } in isCustomType() function
1873 } else if (isCustomType(MangledName)) { in demangleType()