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

  /external/clang/include/clang/Sema/
TypoCorrection.h 136 DeclClass *getCorrectionDeclAs() const {
299 return candidate.getCorrectionDeclAs<C>();
  /external/clang/lib/Parse/
ParseStmt.cpp 135 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>())
138 return candidate.getCorrectionDeclAs<VarDecl>();
140 candidate.getCorrectionDeclAs<NamespaceDecl>())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 445 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
529 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
798 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>()))
    [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaOpenMP.cpp 579 VD = Corrected.getCorrectionDeclAs<VarDecl>();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 244 milliseconds