HomeSort by relevance Sort by last modified time
    Searched defs:IFace (Results 1 - 9 of 9) 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/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp 1112 const ObjCContainerDecl *iface; local
    [all...]
SemaCodeComplete.cpp 660 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
661 return C.getObjCInterfaceType(Iface);
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 681 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
682 if (!IFace->isThisDeclarationADefinition()) {
684 SourceLocation StartLoc = IFace->getLocStart();
    [all...]
RewriteModernObjC.cpp 745 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
746 if (!IFace->isThisDeclarationADefinition()) {
748 SourceLocation StartLoc = IFace->getLocStart();
764 ObjCInterfacesSeen.push_back(IFace);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 404 milliseconds