HomeSort by relevance Sort by last modified time
    Searched defs:IFace (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace,
112 assert(IFace && Receiver);
116 return IFace;
121 return IFace;
127 return IFace;
138 return IFace;
144 return IFace;
153 return IFace;
156 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace,
163 IFace = maybeAdjustInterfaceForSubscriptingCheck(IFace, Rec, Ctx)
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 345 const ObjCInterfaceDecl *IFace = this;
346 while (IFace) {
347 if (IFace->hasDesignatedInitializers())
348 return IFace;
349 if (!IFace->inheritsDesignatedInitializers())
351 IFace = IFace->getSuperClass();
417 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers();
418 if (!IFace)
421 for (const auto *MD : IFace->instance_methods()
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp 1189 const ObjCContainerDecl *iface; local
    [all...]
SemaCodeComplete.cpp 659 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
660 return C.getObjCInterfaceType(Iface);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 766 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
767 if (!IFace->isThisDeclarationADefinition()) {
769 SourceLocation StartLoc = IFace->getLocStart();
785 ObjCInterfacesSeen.push_back(IFace);
    [all...]
RewriteObjC.cpp 688 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
689 if (!IFace->isThisDeclarationADefinition()) {
691 SourceLocation StartLoc = IFace->getLocStart();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 507 milliseconds