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

  /external/clang/include/clang/Sema/
TypoCorrection.h 122 DeclClass *getCorrectionDeclAs() const {
250 return candidate.getCorrectionDeclAs<C>();
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 364 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
429 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
661 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1596 milliseconds