Home
last modified time | relevance | path

Searched refs:AssignedEntity (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h25 struct AssignedEntity { struct
51 void checkAssignmentLifetime(Sema &SemaRef, const AssignedEntity &Entity, argument
H A DCheckExprLifetime.cpp1286 const AssignedEntity &Entity) { in shouldRunGSLAssignmentAnalysis()
1297 const AssignedEntity *AEntity, in checkExprLifetimeImpl()
1654 void checkAssignmentLifetime(Sema &SemaRef, const AssignedEntity &Entity, in checkAssignmentLifetime()
H A DSemaOverload.cpp15518 *this, AssignedEntity{Args[0], dyn_cast<CXXMethodDecl>(FnDecl)}, in CreateOverloadedBinOp()
H A DSemaExpr.cpp14051 AssignedEntity AE{LHSExpr}; in CheckAssignmentOperands()