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

/external/clang/include/clang/AST/
H A DType.h4667 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); }
4669 bool qual_empty() const { return getNumProtocols() == 0; }
4673 unsigned getNumProtocols() const { return ObjCObjectTypeBits.NumProtocols; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4677 assert(I < getNumProtocols() && "Out-of-range protocol access");
4683 return ArrayRef<ObjCProtocolDecl *>(qual_begin(), getNumProtocols());
4794 getNumProtocols, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon793
4952 unsigned getNumProtocols() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4953 return getObjectType()->getNumProtocols();

Completed in 93 milliseconds