Searched refs:numLeft (Results 1 – 3 of 3) sorted by relevance
247 if (P->Demangler.numLeft() != 0) in addEquivalence()
2750 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function3217 if (numLeft() < Length || Length == 0) in parseSourceName()3317 if (numLeft() < 2) in parseOperatorEncoding()3762 if (numLeft() == 0 || !std::isdigit(*First)) in parseNumber()3764 while (numLeft() != 0 && std::isdigit(*First)) in parseNumber()3785 if (parsePositiveInteger(&Int) || numLeft() < Int) in parseBareSourceName()5091 if (numLeft() < 2) in parseExpr()5418 return numLeft() == 0 || look() == 'E' || look() == '.' || look() == '_'; in parseEncoding()5539 if (numLeft() <= N)5917 if (numLeft() != 0)[all …]
469 if (!llvm::StringRef(currentParserPos(), this->numLeft()).starts_with(From)) in trySubstitute()