Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance
7311 struct IndirectLocalPathEntry { struct7312 enum EntryKind {7322 } Kind;7323 Expr *E;7324 union {7328 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() argument7329 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument7330 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function7332 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function