Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1296 const InitializedEntity *ExtendingEntity, LifetimeKind LK, in checkExprLifetimeImpl() argument
1347 MTE->setExtendingDecl(ExtendingEntity->getDecl(), in checkExprLifetimeImpl()
1348 ExtendingEntity->allocateManglingNumber()); in checkExprLifetimeImpl()
1375 << ExtendingEntity->getDecl()->isImplicit() in checkExprLifetimeImpl()
1376 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkExprLifetimeImpl()
1414 ExtendingEntity ? ExtendingEntity->getDecl() : nullptr) { in checkExprLifetimeImpl()
1423 bool IsSubobjectMember = ExtendingEntity != InitEntity; in checkExprLifetimeImpl()
1469 ExtendingEntity ? ExtendingEntity->getDecl() : nullptr) { in checkExprLifetimeImpl()
1643 const InitializedEntity *ExtendingEntity = LTResult.getPointer(); in checkInitLifetime() local
1644 checkExprLifetimeImpl(SemaRef, &Entity, ExtendingEntity, LK, in checkInitLifetime()