Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp913 enum PathLifetimeKind { enum
927 static PathLifetimeKind
929 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
932 Kind = PathLifetimeKind::ShouldExtend; in shouldLifetimeExtendThroughPath()
934 return PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
1056 case PathLifetimeKind::Extend: in checkExprLifetimeImpl()
1064 case PathLifetimeKind::ShouldExtend: in checkExprLifetimeImpl()
1075 case PathLifetimeKind::NoExtend: in checkExprLifetimeImpl()
1095 PathLifetimeKind::NoExtend && in checkExprLifetimeImpl()
1121 PathLifetimeKind::NoExtend in checkExprLifetimeImpl()