HomeSort by: relevance | last modified time | path
    Searched refs:BestTC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 5048 TypoCorrection BestTC = Consumer->getNextCorrection();
5050 if (!BestTC)
5053 ED = BestTC.getEditDistance();
5064 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) {
5065 const TypoCorrection &Result = BestTC;
5080 if (BestTC.getCorrection().getAsString() != "super") {
5082 BestTC = SecondBestTC;
5084 BestTC = (*Consumer)["super"].front();
5088 if (BestTC.getEditDistance() == 0 ||
5089 BestTC.getCorrection().getAsString() != "super"
    [all...]
SemaExpr.cpp 2563 auto BestTC = State.Consumer->getNextCorrection();
2564 if (BestTC.isKeyword()) {
2565 auto *II = BestTC.getCorrectionAsIdentifierInfo();
2567 State.DiagHandler(BestTC);
2571 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin());

Completed in 57 milliseconds