HomeSort by relevance Sort by last modified time
    Searched refs:getClassInterface (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 54 << *MethDerived->getClassInterface()
56 << *MethAncestor->getClassInterface()
63 << *MethAncestor->getClassInterface()
83 const ObjCInterfaceDecl *D = ID->getClassInterface();
ObjCUnusedIVarsChecker.cpp 90 for (const auto *Cat : ID->getClassInterface()->visible_categories()) {
111 const ObjCInterfaceDecl *ID = D->getClassInterface();
DirectIvarAssignment.cpp 120 const ObjCInterfaceDecl *InterD = D->getClassInterface();
ObjCMissingSuperCallChecker.cpp 91 const ObjCInterfaceDecl *ID = D->getClassInterface()->getSuperClass();
ObjCSelfInitChecker.cpp 400 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass();
  /external/clang/lib/AST/
DeclObjC.cpp 779 if (const ObjCInterfaceDecl *ID = getClassInterface())
862 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
887 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 85 receiverClass = method->getClassInterface();
129 CurrentClass = Cat->getClassInterface();
131 CurrentClass = Impl->getClassInterface();
134 CurrentClass = CatImpl->getClassInterface();
316 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
365 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
379 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
    [all...]
SemaObjCProperty.cpp 400 OldContextName = Category->getClassInterface()->getIdentifier();
426 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
    [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 119 if (!D->getClassInterface())
124 ArgTypes.push_back(D->getSelfType(Ctx, D->getClassInterface(),
CGObjCMac.cpp     [all...]
CGObjCRuntime.cpp 42 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 406 PrimaryInterface = CategoryDecl->getClassInterface();
408 PrimaryInterface = ImplDecl->getClassInterface();
  /external/clang/lib/Index/
IndexSymbol.cpp 40 return isUnitTestCase(D->getClassInterface());
125 ClsD = cast<ObjCImplementationDecl>(D)->getClassInterface();
USRGeneration.cpp 343 const ObjCInterfaceDecl *ID = D->getClassInterface();
367 const ObjCInterfaceDecl *ID = CD->getClassInterface();
389 const ObjCInterfaceDecl *ID = CD->getClassInterface();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 171 return canModify(Impl->getClassInterface());
843 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface()
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 86 if (ImplD->getClassInterface())
87 return getCanonical(ImplD->getClassInterface());

Completed in 167 milliseconds

1 2 3