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

References

tools/clang/lib/Sema/SemaExpr.cpp
 8037   assert(LHSType.isCanonical() && "LHS not canonicalized!");
 8043   lhptee = cast<BlockPointerType>(LHSType)->getPointeeType();
 8074             S.Context.getQualifiedType(LHSType.getUnqualifiedType(), LQuals),
 8077   } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType))