Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp6781 struct IndirectLocalPathEntry { struct
6782 enum EntryKind {
6792 } Kind;
6793 Expr *E;
6794 union {
6798 IndirectLocalPathEntry() {} in IndirectLocalPathEntry() function
6799 IndirectLocalPathEntry(EntryKind K, Expr *E) : Kind(K), E(E) {} in IndirectLocalPathEntry() argument
6800 IndirectLocalPathEntry(EntryKind K, Expr *E, const Decl *D) in IndirectLocalPathEntry() function
6802 IndirectLocalPathEntry(EntryKind K, Expr *E, const LambdaCapture *Capture) in IndirectLocalPathEntry() argument