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

  /external/clang/tools/libclang/
IndexingContext.cpp 448 if (ObjCInterfaceDecl *SuperD = D->getSuperClass()) {
449 getEntityInfo(SuperD, BaseEntity, SA);
452 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
456 markEntityOccurrenceInFile(SuperD, SuperLoc);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 389 if (auto SuperD = getSuperClass()) {
391 SuperD->declaresOrInheritsDesignatedInitializers() ?
    [all...]

Completed in 2819 milliseconds