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

  /external/clang/include/clang/Sema/
TypoCorrection.h 54 DeclarationName getCorrection() const { return CorrectionName; }
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 502 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaExprObjC.cpp 703 DeclarationName TypoResult = Corrected.getCorrection();
    [all...]
SemaExprMember.cpp 592 R.setLookupName(Corrected.getCorrection());
    [all...]
SemaDeclObjC.cpp 635 << ProtocolId[i].first << Corrected.getCorrection();
    [all...]
SemaDecl.cpp 588 Result.setLookupName(Corrected.getCorrection());
    [all...]
SemaTemplate.cpp 302 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaExpr.cpp     [all...]

Completed in 1033 milliseconds