Searched defs:getProtocolStorage (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h4305 ObjCProtocolDecl * const *getProtocolStorage() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4306 return const_cast<ObjCObjectType*>(this)->getProtocolStorage();
4309 ObjCProtocolDecl **getProtocolStorage();
4357 qual_iterator qual_begin() const { return getProtocolStorage(); }
4388 // If anyone adds fields here, ObjCObjectType::getProtocolStorage()
4404 inline ObjCProtocolDecl **ObjCObjectType::getProtocolStorage() { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType

Completed in 104 milliseconds