Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp32 static bool startsWithDigit(StringView S) { in startsWithDigit() function
68 if (startsWithDigit(MangledName)) { in isMemberPointer()
896 if (startsWithDigit(MangledName)) { in demangleNumber()
953 assert(startsWithDigit(MangledName)); in demangleBackRefName()
1056 if (startsWithDigit(MangledName)) { in demangleCharLiteral()
1520 if (startsWithDigit(MangledName)) in demangleUnqualifiedTypeName()
1532 if (startsWithDigit(MangledName)) in demangleUnqualifiedSymbolName()
1542 if (startsWithDigit(MangledName)) in demangleNameScopePiece()
2130 if (startsWithDigit(MangledName)) { in demangleFunctionParameterList()