Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1099 enum PathLifetimeKind { enum
1108 static PathLifetimeKind
1115 ? PathLifetimeKind::Extend in shouldLifetimeExtendThroughPath()
1116 : PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
1118 return PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
1344 case PathLifetimeKind::Extend: in checkExprLifetimeImpl()
1352 case PathLifetimeKind::NoExtend: in checkExprLifetimeImpl()
1425 PathLifetimeKind::NoExtend in checkExprLifetimeImpl()