Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp7859 enum PathLifetimeKind { enum
7873 static PathLifetimeKind
7875 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
7878 Kind = PathLifetimeKind::ShouldExtend; in shouldLifetimeExtendThroughPath()
7880 return PathLifetimeKind::NoExtend; in shouldLifetimeExtendThroughPath()
7991 case PathLifetimeKind::Extend: in checkInitializerLifetime()
7999 case PathLifetimeKind::ShouldExtend: in checkInitializerLifetime()
8010 case PathLifetimeKind::NoExtend: in checkInitializerLifetime()
8043 PathLifetimeKind::NoExtend in checkInitializerLifetime()