reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/TypeLoc.h
  986     assert(i < getNumProtocols() && "Index is out of bounds!");
  991     assert(i < getNumProtocols() && "Index is out of bounds!");
  996     assert(i < getNumProtocols() && "Index is out of bounds!");
 1002     return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
 1031          + this->getNumProtocols() * sizeof(SourceLocation);
tools/clang/lib/AST/TypeLoc.cpp
  466   for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  129     for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) {
tools/clang/lib/Sema/SemaType.cpp
 1224   if (ObjCObjectTL.getNumProtocols() > 0) {
 1225     assert(ObjCObjectTL.getNumProtocols() == Protocols.size());
tools/clang/lib/Sema/TreeTransform.h
 6595         llvm::makeArrayRef(TL.getTypePtr()->qual_begin(), TL.getNumProtocols()),
 6609   for (unsigned i = 0, n = TL.getNumProtocols(); i != n; ++i)
tools/clang/lib/Serialization/ASTReader.cpp
 7221   for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
tools/clang/lib/Serialization/ASTWriter.cpp
  861   for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
tools/clang/tools/libclang/CIndex.cpp
 1608   for (unsigned I = 0, N = TL.getNumProtocols(); I != N; ++I) {