Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp32 static bool startsWithDigit(StringView S) { in startsWithDigit() function
68 if (startsWithDigit(MangledName)) { in isMemberPointer()
900 if (startsWithDigit(MangledName)) { in demangleNumber()
957 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1057 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1517 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1529 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1539 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2129 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()