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

  /external/clang/lib/Index/
Analyzer.cpp 128 ObjCInterfaceDecl *IFace =
135 if (ValidReference(*I, IFace))
145 bool ValidReference(ASTLocation ASTLoc, ObjCInterfaceDecl *IFace) {
208 if (MsgD == IFace)
220 if (IFace) {
223 if (Cls == IFace)
401 ObjCInterfaceDecl *IFace = D->getClassInterface();
402 assert(IFace);
406 if (MsgIFace && MsgIFace->isSuperClassOf(IFace))
411 if (ReceiverIFace->isSuperClassOf(IFace))
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 557 ObjCInterfaceDecl *IFace = IFaceT->getDecl();
567 if (IFace->isForwardDecl()) {
570 Diag(IFace->getLocation(), diag::note_forward_class);
574 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(Member)) {
581 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel);
629 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel);
637 Getter = IFace->lookupPrivateMethod(Sel);
641 Getter = IFace->getCategoryInstanceMethod(Sel);
652 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel);
661 Setter = IFace->lookupPrivateMethod(SetterSel)
    [all...]
SemaCodeComplete.cpp 652 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
653 return C.getObjCInterfaceType(Iface);
    [all...]
SemaLookup.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 3205 milliseconds