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;
 8213              LHSOPT->stripObjCKindOfTypeAndQuals(*this),
 8217   if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
 8220   if (LHSOPT->isObjCBuiltinType()) {
 8225   if (LHSOPT->isObjCQualifiedIdType() || RHSOPT->isObjCQualifiedIdType())
 8227         (BlockReturnType ? LHSOPT : RHSOPT),
 8228         (BlockReturnType ? RHSOPT : LHSOPT), false));
 8230   const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();