Searched refs:numLeft (Results 1 – 3 of 3) sorted by relevance
260 if (P->Demangler.numLeft() != 0) in addEquivalence()
2459 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function2772 if (numLeft() < Length || Length == 0) in parseSourceName()3449 if (numLeft() == 0 || !std::isdigit(*First)) in parseNumber()3451 while (numLeft() != 0 && std::isdigit(*First)) in parseNumber()3472 if (parsePositiveInteger(&Int) || numLeft() < Int) in parseBareSourceName()4550 if (numLeft() < 2) in parseExpr()5019 if (numLeft() < 2) in parseExpr()5357 if (numLeft() <= N)5684 if (numLeft() != 0)5698 if (numLeft() != 0)[all …]
337 if (!llvm::StringRef(currentParserPos(), this->numLeft()).startswith(From)) in trySubstitute()