Home
last modified time | relevance | path

Searched defs:IndirectLocalPathEntry (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6714 struct IndirectLocalPathEntry { struct
6715 enum EntryKind {
6725 } Kind;
6726 Expr *E;
6727 union {
6731 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() argument
6732 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument
6733 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function
6735 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() argument