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

References

tools/clang/lib/AST/ASTContext.cpp
 4568   if (typeArgs.empty() && protocols.empty() && !isKindOf &&
 4574   ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf);
 4597   bool protocolsSorted = areSortedAndUniqued(protocols);
 4614       canonProtocolsVec.append(protocols.begin(), protocols.end());
 4614       canonProtocolsVec.append(protocols.begin(), protocols.end());
 4618       canonProtocols = protocols;
 4630   size += protocols.size() * sizeof(ObjCProtocolDecl *);
 4633     new (mem) ObjCObjectTypeImpl(canonical, baseType, typeArgs, protocols,