Searched refs:numLeft (Results 1 – 3 of 3) sorted by relevance
247 if (P->Demangler.numLeft() != 0) in addEquivalence()
2887 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function3354 if (numLeft() < Length || Length == 0) in parseSourceName()3457 if (numLeft() < 2) in parseOperatorEncoding()3902 if (numLeft() == 0 || !std::isdigit(*First)) in parseNumber()3904 while (numLeft() != 0 && std::isdigit(*First)) in parseNumber()3925 if (parsePositiveInteger(&Int) || numLeft() < Int) in parseBareSourceName()5334 if (numLeft() < 2) in parseExpr()5661 return numLeft() == 0 || look() == 'E' || look() == '.' || look() == '_'; in parseEncoding()5784 if (numLeft() <= N)6168 if (numLeft() != 0)[all …]
606 if (!llvm::StringRef(currentParserPos(), this->numLeft()).starts_with(From)) in trySubstitute()