Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance
194 struct IndirectLocalPathEntry { struct195 enum EntryKind {209 } Kind;210 Expr *E;211 union {215 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function216 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument217 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function219 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function