Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2442 void setClassInterface(ObjCInterfaceDecl *IFace);
2749 void setClassInterface(ObjCInterfaceDecl *D) { AliasedClass = D; } in setClassInterface() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp2079 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface() function in ObjCImplDecl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1246 CAD->setClassInterface(ReadDeclAs<ObjCInterfaceDecl>()); in VisitObjCCompatibleAliasDecl()
1275 D->setClassInterface(ReadDeclAs<ObjCInterfaceDecl>()); in VisitObjCImplDecl()