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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 755 if (ObjCInterfaceDecl *SDecl = ClassDecl->getSuperClass())
756 while (SDecl) {
757 for (const auto *PI : SDecl->all_referenced_protocols()) {
761 SDecl = SDecl->getSuperClass();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp     [all...]

Completed in 1639 milliseconds