Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7470 enum PathLifetimeKind { enum
7484 static PathLifetimeKind
7486 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
7489 Kind = PathLifetimeKind::ShouldExtend; in shouldLifetimeExtendThroughPath()
7491 return PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
7602 case PathLifetimeKind::Extend: in checkInitializerLifetime()
7610 case PathLifetimeKind::ShouldExtend: in checkInitializerLifetime()
7621 case PathLifetimeKind::NoExtend: in checkInitializerLifetime()
7654 PathLifetimeKind::NoExtend in checkInitializerLifetime()