Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7311 struct IndirectLocalPathEntry { struct
7312 enum EntryKind {
7322 } Kind;
7323 Expr *E;
7324 union {
7328 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() argument
7329 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument
7330 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function
7332 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() function