Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp192 static bool isCustomType(StringView S) { return S[0] == '?'; } in isCustomType() function
1807 } else if (isCustomType(MangledName)) { in demangleType()