Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance
6781 struct IndirectLocalPathEntry { struct6782 enum EntryKind {6792 } Kind;6793 Expr *E;6794 union {6798 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function6799 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument6800 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function6802 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() argument