Home
last modified time | relevance | path

Searched refs:ObjectExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp312 void transferUnwrapCall(const Expr *UnwrapExpr, const Expr *ObjectExpr, in transferUnwrapCall() argument
315 getLocBehindPossiblePointer(*ObjectExpr, State.Env))) { in transferUnwrapCall()
321 void transferArrowOpCall(const Expr *UnwrapExpr, const Expr *ObjectExpr, in transferArrowOpCall() argument
324 getLocBehindPossiblePointer(*ObjectExpr, State.Env))) in transferArrowOpCall()
799 llvm::SmallVector<SourceLocation> diagnoseUnwrapCall(const Expr *ObjectExpr, in diagnoseUnwrapCall() argument
802 getLocBehindPossiblePointer(*ObjectExpr, Env))) { in diagnoseUnwrapCall()
813 return {ObjectExpr->getBeginLoc()}; in diagnoseUnwrapCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1778 Expr *ObjectExpr, in CheckMemberOperatorAccess() argument
1784 const RecordType *RT = ObjectExpr->getType()->castAs<RecordType>(); in CheckMemberOperatorAccess()
1788 ObjectExpr->getType()); in CheckMemberOperatorAccess()
1789 Entity.setDiag(diag::err_access) << ObjectExpr->getSourceRange() << Range; in CheckMemberOperatorAccess()
1797 Expr *ObjectExpr, in CheckMemberOperatorAccess() argument
1801 OpLoc, ObjectExpr, ArgExpr ? ArgExpr->getSourceRange() : SourceRange(), in CheckMemberOperatorAccess()
1806 Expr *ObjectExpr, in CheckMemberOperatorAccess() argument
1815 return CheckMemberOperatorAccess(OpLoc, ObjectExpr, R, FoundDecl); in CheckMemberOperatorAccess()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8085 AccessResult CheckMemberOperatorAccess(SourceLocation Loc, Expr *ObjectExpr,
8089 Expr *ObjectExpr,
8092 AccessResult CheckMemberOperatorAccess(SourceLocation Loc, Expr *ObjectExpr,