Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance
7170 struct IndirectLocalPathEntry { struct7171 enum EntryKind {7181 } Kind;7182 Expr *E;7183 union {7187 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function7188 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument7189 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() argument7191 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function