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

References

tools/clang/lib/AST/ASTContext.cpp
 8995       RHSPointee = RHSPointee.getUnqualifiedType();
 8995       RHSPointee = RHSPointee.getUnqualifiedType();
 8999       Qualifiers RHSPteeQual = RHSPointee.getQualifiers();
 9008       RHSPointee =
 9009           QualType(RHSPointee.getTypePtr(), RHSPteeQual.getAsOpaqueValue());
 9011     QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer,
 9017     if (getCanonicalType(RHSPointee) == getCanonicalType(ResultType))