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

Declarations

tools/clang/include/clang/Sema/Sema.h
10318   AssignConvertType CheckAssignmentConstraints(SourceLocation Loc,

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3070   if (S.CheckAssignmentConstraints(FD->getParamDecl(0)->getLocation(),
tools/clang/lib/Sema/SemaExpr.cpp
11972     ConvTy = CheckAssignmentConstraints(Loc, LHSType, RHSType);
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1342         compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType,
 1670     else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType)