Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7472 enum PathLifetimeKind { enum
7486 static PathLifetimeKind
7488 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
7491 Kind = PathLifetimeKind::ShouldExtend; in shouldLifetimeExtendThroughPath()
7493 return PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
7604 case PathLifetimeKind::Extend: in checkInitializerLifetime()
7612 case PathLifetimeKind::ShouldExtend: in checkInitializerLifetime()
7623 case PathLifetimeKind::NoExtend: in checkInitializerLifetime()
7656 PathLifetimeKind::NoExtend in checkInitializerLifetime()