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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 513 TypoCorrection Corrected;
515 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
518 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
519 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
529 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
533 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaTemplateVariadic.cpp 812 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
815 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
816 ParameterPack = Corrected.getCorrectionDecl();
820 NameLoc, Corrected.getAsString(getLangOpts()));
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...]
SemaDecl.cpp 230 // Ignore a correction to a template type as the to-be-corrected
413 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
416 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
417 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
419 if (Corrected.isKeyword()) {
420 // We corrected to a keyword.
421 IdentifierInfo *NewII = Corrected.getCorrectionAsIdentifierInfo();
429 NamedDecl *Result = Corrected.getCorrectionDecl();
440 llvm_unreachable("could not have corrected a typo here");
618 Corrected
    [all...]
SemaDeclObjC.cpp 478 if (TypoCorrection Corrected = CorrectTypo(
481 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
710 TypoCorrection Corrected = CorrectTypo(
713 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
715 << ProtocolId[i].first << Corrected.getCorrection();
    [all...]
SemaInit.cpp     [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...]
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 587 milliseconds