Home
last modified time | relevance | path

Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp194 struct IndirectLocalPathEntry { struct
195 enum EntryKind {
209 } Kind;
210 Expr *E;
211 union {
215 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function
216 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() function
217 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() argument
219 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() argument