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

References

tools/clang/lib/Sema/SemaExpr.cpp
 8200     return Incompatible;
 8207       return Incompatible;
 8251     return Incompatible;
 8257     return Incompatible;
 8263     return Incompatible;
 8328     return Incompatible;
 8364     return Incompatible;
 8416     return Incompatible;
 8433     return Incompatible;
 8450     return Incompatible;
 8466   return Incompatible;
 8498     return Incompatible;
 8535     return Incompatible;
 8585           return Incompatible;
 8590         return Incompatible;
 8610       return Incompatible;
 8647       return Incompatible;
 8659   if (result != Incompatible && RHS.get()->getType() != LHSType) {
 8670         return Incompatible;
 8677         return Incompatible;
14768   case Incompatible:
tools/clang/lib/Sema/SemaExprCXX.cpp
 3875         DiagnoseAssignmentResult(Incompatible, From->getExprLoc(), ToType,
tools/clang/lib/Sema/SemaInit.cpp
 1421             ElemType, ExprRes, !VerifyOnly) != Sema::Incompatible) {