Home
last modified time | relevance | path

Searched refs:setClassInterface (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h1684 void setClassInterface(ObjCInterfaceDecl *IFace);
1975 void setClassInterface(ObjCInterfaceDecl *D) { AliasedClass = D; } in setClassInterface() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp1629 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface() function in ObjCImplDecl
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp868 CAD->setClassInterface(ReadDeclAs<ObjCInterfaceDecl>(Record, Idx)); in VisitObjCCompatibleAliasDecl()
893 D->setClassInterface(ReadDeclAs<ObjCInterfaceDecl>(Record, Idx)); in VisitObjCImplDecl()