Lines Matching defs:LK
1191 Local L, LifetimeKind LK) {
1212 LK != LK_MemInitializer) {
1295 const InitializedEntity *ExtendingEntity, LifetimeKind LK,
1298 assert(!AEntity || LK == LK_Assignment);
1299 assert(!CapEntity || LK == LK_LifetimeCapture);
1300 assert(!InitEntity || (LK != LK_Assignment && LK != LK_LifetimeCapture));
1303 if (LK == LK_FullExpression)
1316 switch (analyzePathForGSLPointer(Path, L, LK)) {
1328 switch (LK) {
1496 if (LK == LK_StmtExprResult)
1500 << isa<ParmVarDecl>(DRE->getDecl()) << (LK == LK_MustTail)
1507 if (LK == LK_StmtExprResult)
1513 << 2 << (LK == LK_MustTail) << DiagRange;
1524 else if (LK == LK_MustTail)
1601 switch (LK) {
1633 LifetimeKind LK = LTResult.getInt();
1635 checkExprLifetimeImpl(SemaRef, &Entity, ExtendingEntity, LK,