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

References

tools/clang/lib/AST/ASTContext.cpp
 8029   if (lhs->isObjCIdType() || rhs->isObjCIdType())
 8033   if (lhs->isObjCClassType() || lhs->isObjCQualifiedClassType() ||
 8033   if (lhs->isObjCClassType() || lhs->isObjCQualifiedClassType() ||
 8037   if (lhs->isObjCQualifiedIdType()) {
 8042         for (auto *I : lhs->quals()) {
 8054     for (auto *lhsProto : lhs->quals()) {
 8070         for (auto *I : lhs->quals()) {
 8089   if (lhs->getInterfaceType()) {
 8091     for (auto *lhsProto : lhs->quals()) {
 8112     if (ObjCInterfaceDecl *lhsID = lhs->getInterfaceDecl()) {
 8118       if (LHSInheritedProtocols.empty() && lhs->qual_empty())