Searched refs:numLeft (Results 1 – 3 of 3) sorted by relevance
247 if (P->Demangler.numLeft() != 0) in addEquivalence()
2751 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function3218 if (numLeft() < Length || Length == 0) in parseSourceName()3318 if (numLeft() < 2) in parseOperatorEncoding()3763 if (numLeft() == 0 || !std::isdigit(*First)) in parseNumber()3765 while (numLeft() != 0 && std::isdigit(*First)) in parseNumber()3786 if (parsePositiveInteger(&Int) || numLeft() < Int) in parseBareSourceName()5092 if (numLeft() < 2) in parseExpr()5540 if (numLeft() <= N)5917 if (numLeft() != 0)5931 if (numLeft() != 0)[all …]
469 if (!llvm::StringRef(currentParserPos(), this->numLeft()).starts_with(From)) in trySubstitute()