HomeSort by relevance Sort by last modified time
    Searched refs:IFace (Results 1 - 15 of 15) 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/
SemaCodeComplete.cpp 660 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
661 return C.getObjCInterfaceType(Iface);
    [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp 204 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
207 if (ObjCInterfaceDecl *Super = IFace->getSuperClass()) {
220 for (ObjCInterfaceDecl::protocol_iterator P = IFace->protocol_begin(),
221 PEnd = IFace->protocol_end();
228 P = IFace->all_referenced_protocol_begin(),
229 PEnd = IFace->all_referenced_protocol_end();
    [all...]
SemaExprMember.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaPseudoObject.cpp 563 if (const ObjCInterfaceDecl *IFace =
572 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.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/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 678 milliseconds