Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance
185 struct IndirectLocalPathEntry { struct186 enum EntryKind {197 } Kind;198 Expr *E;199 union {203 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function204 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument205 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() argument207 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function