Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8019 enum PathLifetimeKind { enum
8033 static PathLifetimeKind
8035 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
8038 Kind = PathLifetimeKind::ShouldExtend; in shouldLifetimeExtendThroughPath()
8040 return PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
8151 case PathLifetimeKind::Extend: in checkInitializerLifetime()
8159 case PathLifetimeKind::ShouldExtend: in checkInitializerLifetime()
8170 case PathLifetimeKind::NoExtend: in checkInitializerLifetime()
8203 PathLifetimeKind::NoExtend in checkInitializerLifetime()