Home | History | Annotate | Download | only in libclang

Lines Matching defs:IFace

4866     const ObjCInterfaceDecl *IFace = cast<ObjCInterfaceDecl>(D);
4868 if (const ObjCInterfaceDecl *Def = IFace->getDefinition())
4870 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation())