HomeSort by relevance Sort by last modified time
    Searched defs:ObjCInterfaceDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 48 // ObjCInterfaceDecl
112 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(this)) {
138 ObjCInterfaceDecl *OSC = ID->getSuperClass();
208 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
222 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
239 void ObjCInterfaceDecl::anchor() { }
246 ObjCInterfaceDecl::FindPropertyVisibleInPrimaryClass(
267 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
400 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
505 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
664 class ObjCInterfaceDecl : public ObjCContainerDecl
665 , public Redeclarable<ObjCInterfaceDecl> {
676 ObjCInterfaceDecl *Definition;
679 ObjCInterfaceDecl *SuperClass;
737 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc,
739 ObjCInterfaceDecl *PrevDecl, bool IsInternal)
    [all...]

Completed in 165 milliseconds