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

/external/clang/include/clang/AST/
H A DTypeLoc.h837 unsigned getNumProtocols() const { function in class:clang::ObjCObjectTypeLoc
838 return this->getTypePtr()->getNumProtocols();
842 assert(i < getNumProtocols() && "Index is out of bounds!");
846 assert(i < getNumProtocols() && "Index is out of bounds!");
851 assert(i < getNumProtocols() && "Index is out of bounds!");
875 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
880 return this->getNumProtocols() * sizeof(SourceLocation);
H A DType.h4358 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); }
4360 bool qual_empty() const { return getNumProtocols() == 0; }
4362 /// getNumProtocols - Return the number of qualifying protocols in this
4364 unsigned getNumProtocols() const { return ObjCObjectTypeBits.NumProtocols; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4368 assert(I < getNumProtocols() && "Out-of-range protocol access");
4451 getNumProtocols, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon17550
4569 /// getNumProtocols - Return the number of qualifying protocols on
4571 unsigned getNumProtocols() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4572 return getObjectType()->getNumProtocols();

Completed in 93 milliseconds