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

References

tools/clang/lib/AST/ASTContext.cpp
 8205     const ObjCObjectPointerType *Expected = BlockReturnType ? RHSOPT : LHSOPT;
 8212              RHSOPT->stripObjCKindOfTypeAndQuals(*this),
 8217   if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
 8221     return finish(RHSOPT->isObjCBuiltinType() ||
 8222                   RHSOPT->isObjCQualifiedIdType());
 8225   if (LHSOPT->isObjCQualifiedIdType() || RHSOPT->isObjCQualifiedIdType())
 8227         (BlockReturnType ? LHSOPT : RHSOPT),
 8228         (BlockReturnType ? RHSOPT : LHSOPT), false));
 8231   const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();