HomeSort by relevance Sort by last modified time
    Searched refs:Corrected (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 762 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
765 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
766 ParameterPack = Corrected.getCorrectionDecl();
770 NameLoc, Corrected.getAsString(getLangOpts()));
SemaCXXScopeSpec.cpp 514 TypoCorrection Corrected;
516 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
519 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
520 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
530 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
534 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaExprMember.cpp 614 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
618 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
620 Corrected.getAsString(SemaRef.getLangOpts()));
622 Corrected.getQuoted(SemaRef.getLangOpts()));
623 R.setLookupName(Corrected.getCorrection());
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclObjC.cpp 426 if (TypoCorrection Corrected = CorrectTypo(
429 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
658 TypoCorrection Corrected = CorrectTypo(
661 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
663 << ProtocolId[i].first << Corrected.getCorrection();
    [all...]
SemaDecl.cpp 191 // Ignore a correction to a template type as the to-be-corrected
373 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(&II, IILoc),
376 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
377 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
379 if (Corrected.isKeyword()) {
380 // We corrected to a keyword.
385 NamedDecl *Result = Corrected.getCorrectionDecl();
396 llvm_unreachable("could not have corrected a typo here");
503 Corrected:
578 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo()
    [all...]
SemaTemplate.cpp 323 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
326 Found.setLookupName(Corrected.getCorrection());
327 if (Corrected.getCorrectionDecl())
328 Found.addDecl(Corrected.getCorrectionDecl());
331 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
332 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 759 * Corrected a bug that prevented special characters from being
765 * Corrected a small bug in `_TokenizeHTML` where a Doctype declaration
777 * Corrected a problem with quotes immediately following a dash
  /external/libpng/
CHANGES 258 Corrected a problem with png_get_tRNS() which returned undefined trans array
260 Corrected png_get_tRNS() again.
268 Corrected some logic errors in png_do_invert_alpha() (Chris Patterson)
270 Corrected a bug in pngpread() introduced in version 99c (Kevin Bracey)
325 Corrected some bugs in the experimental weighted filtering heuristics.
352 Corrected example.c, use of row_pointers in png_write_image().
354 Corrected several statements that used side effects illegally in pngrutil.c
441 Corrected the typedef for png_free_ptr in png.h (Jesse Jones).
    [all...]

Completed in 363 milliseconds