Home
last modified time | relevance | path

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

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