Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2165 void getImpliedProtocols(llvm::DenseSet<const ObjCProtocolDecl *> &IPs) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1915 void ObjCProtocolDecl::getImpliedProtocols( in getImpliedProtocols() function in ObjCProtocolDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp496 Can->getImpliedProtocols(AllImpliedProtocols); in GetRuntimeProtocolList()
503 PD->getImpliedProtocols(AllImpliedProtocols); in GetRuntimeProtocolList()