Searched defs:ObjectExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 385 transferUnwrapCall(const Expr * UnwrapExpr,const Expr * ObjectExpr,LatticeTransferState & State) transferUnwrapCall() argument 394 transferArrowOpCall(const Expr * UnwrapExpr,const Expr * ObjectExpr,LatticeTransferState & State) transferArrowOpCall() argument 868 diagnoseUnwrapCall(const Expr * ObjectExpr,const Environment & Env) diagnoseUnwrapCall() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1790 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,const SourceRange & Range,DeclAccessPair Found) CheckMemberOperatorAccess() argument 1807 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,Expr * ArgExpr,DeclAccessPair Found) CheckMemberOperatorAccess() argument 1816 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
|