HomeSort by relevance Sort by last modified time
    Searched refs:IFace (Results 1 - 18 of 18) 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/
SemaCodeComplete.cpp 658 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
659 return C.getObjCInterfaceType(Iface);
    [all...]
SemaExprObjC.cpp 1194 const ObjCContainerDecl *iface; local
    [all...]
SemaExprMember.cpp     [all...]
SemaObjCProperty.cpp 201 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
204 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace;
227 for (auto *P : IFace->all_referenced_protocols()) {
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaPseudoObject.cpp 620 if (const ObjCInterfaceDecl *IFace =
629 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 754 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
755 if (!IFace->isThisDeclarationADefinition()) {
757 SourceLocation StartLoc = IFace->getLocStart();
773 ObjCInterfacesSeen.push_back(IFace);
    [all...]
RewriteObjC.cpp 679 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
680 if (!IFace->isThisDeclarationADefinition()) {
682 SourceLocation StartLoc = IFace->getLocStart();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 372 milliseconds