Home
last modified time | relevance | path

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

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