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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h32 struct StoredDeclsList { struct in namespace:clang
47 StoredDeclsList() {} function in struct:clang::StoredDeclsList
49 StoredDeclsList(StoredDeclsList &&RHS) : Data(RHS.Data) { function in struct:clang::StoredDeclsList
53 ~StoredDeclsList() {
59 StoredDeclsList &operator=(StoredDeclsList &&RHS) {
130 *this = StoredDeclsList();
242 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4> {

Completed in 106 milliseconds