Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6783 struct IndirectLocalPathEntry { struct
6784 enum EntryKind {
6794 } Kind;
6795 Expr *E;
6796 union {
6800 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function
6801 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() function
6802 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function
6804 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function