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)) {
139 ObjCInterfaceDecl *OSC = ID->getSuperClass();
166 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) {
205 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) {
227 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
241 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
258 void ObjCInterfaceDecl::anchor() {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
404 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
408 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
691 /// Current sub-classes are ObjCInterfaceDecl, ObjCCategoryDecl,
851 class ObjCInterfaceDecl : public ObjCContainerDecl
852 , public Redeclarable<ObjCInterfaceDecl> {
863 ObjCInterfaceDecl *Definition;
    [all...]

Completed in 517 milliseconds