Searched refs:Assignee (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBoundsSafety.cpp | 298 SourceLocation Loc, const ValueDecl *Assignee, in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() argument 307 if (Assignee) { in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() 309 AssigneeStr = Assignee->getQualifiedNameAsString(); in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() 311 AssigneeStr = Assignee->getNameAsString(); in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() 327 const ValueDecl *Assignee, bool ShowFullyQualifiedAssigneeName) { in BoundsSafetyCheckAssignmentToCountAttrPtr() argument 329 *this, LHSTy, RHSExpr, Action, Loc, Assignee, in BoundsSafetyCheckAssignmentToCountAttrPtr()
|
| H A D | SemaExpr.cpp | 13937 const ValueDecl *Assignee = nullptr; in CheckAssignmentOperands() local 13941 Assignee = DR->getDecl(); in CheckAssignmentOperands() 13943 Assignee = ME->getMemberDecl(); in CheckAssignmentOperands() 13948 LHSType, RHS.get(), AssignmentAction::Assigning, Loc, Assignee, in CheckAssignmentOperands()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2469 SourceLocation Loc, const ValueDecl *Assignee,
|