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

References

tools/clang/lib/Sema/SemaExpr.cpp
 8038   assert(RHSType.isCanonical() && "RHS not canonicalized!");
 8044   rhptee = cast<BlockPointerType>(RHSType)->getPointeeType();
 8075             S.Context.getQualifiedType(RHSType.getUnqualifiedType(), RQuals)))
 8077   } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType))