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 123 DeclClass *getCorrectionDeclAs() const {
263 return candidate.getCorrectionDeclAs<C>();
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 431 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
496 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
728 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 473 milliseconds