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())
 8034       rhs->isObjCClassType() || rhs->isObjCQualifiedClassType())
 8034       rhs->isObjCClassType() || rhs->isObjCQualifiedClassType())
 8038     if (rhs->qual_empty()) {
 8041       if (ObjCInterfaceDecl *rhsID = rhs->getInterfaceDecl()) {
 8060       for (auto *rhsProto : rhs->quals()) {
 8069       if (ObjCInterfaceDecl *rhsID = rhs->getInterfaceDecl()) {
 8087   assert(rhs->isObjCQualifiedIdType() && "One of the LHS/RHS should be id<x>");
 8099       for (auto *rhsProto : rhs->quals()) {
 8122         for (auto *rhsProto : rhs->quals()) {