Searched defs:StoredDeclsList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h34 struct StoredDeclsList { struct in namespace:clang
50 StoredDeclsList(StoredDeclsList &&RHS) : Data(RHS.Data) { function in struct:clang::StoredDeclsList

Completed in 26 milliseconds