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

  /external/clang/include/clang/Sema/
TypoCorrection.h 134 DeclClass *getCorrectionDeclAs() const {
279 return candidate.getCorrectionDeclAs<C>();
  /external/clang/lib/Sema/
SemaOpenMP.cpp 80 VD = Corrected.getCorrectionDeclAs<VarDecl>();
SemaDeclObjC.cpp 434 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
516 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
751 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 404 milliseconds