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 481 TypoCorrection Corrected;
483 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
486 isAcceptableNestedNameSpecifier(Corrected.getCorrectionDecl())) {
487 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
488 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions()));
498 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
502 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaTemplateVariadic.cpp 722 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
725 if (NamedDecl *CorrectedResult = Corrected.getCorrectionDecl())
727 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions()));
732 NameLoc, Corrected.getAsString(getLangOptions()));
SemaExprMember.cpp 581 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
585 NamedDecl *ND = Corrected.getCorrectionDecl();
589 Corrected.getAsString(SemaRef.getLangOptions()));
591 Corrected.getQuoted(SemaRef.getLangOptions()));
592 R.setLookupName(Corrected.getCorrection());
    [all...]
SemaExprObjC.cpp 698 TypoCorrection Corrected = CorrectTypo(
702 Corrected.getCorrectionDeclAs<ObjCPropertyDecl>()) {
703 DeclarationName TypoResult = Corrected.getCorrection();
    [all...]
SemaDeclObjC.cpp 411 TypoCorrection Corrected = CorrectTypo(
414 if ((PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>())) {
630 TypoCorrection Corrected = CorrectTypo(
633 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
635 << ProtocolId[i].first << Corrected.getCorrection();
    [all...]
SemaDecl.cpp 166 // Ignore a correction to a template type as the to-be-corrected
344 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(&II, IILoc),
347 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
348 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions()));
350 if (Corrected.isKeyword()) {
351 // We corrected to a keyword.
357 NamedDecl *Result = Corrected.getCorrectionDecl();
370 llvm_unreachable("could not have corrected a typo here");
476 Corrected:
550 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo()
    [all...]
SemaTemplate.cpp 298 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
302 Found.setLookupName(Corrected.getCorrection());
303 if (Corrected.getCorrectionDecl())
304 Found.addDecl(Corrected.getCorrectionDecl());
307 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
308 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions()));
    [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.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 334 milliseconds