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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h29 /// StoredDeclsList - This is an array of decls optimized a common case of only
31 struct StoredDeclsList { struct in namespace:clang
41 StoredDeclsList() {} function in struct:clang::StoredDeclsList
43 StoredDeclsList(const StoredDeclsList &RHS) : Data(RHS.Data) { function in struct:clang::StoredDeclsList
48 ~StoredDeclsList() {
54 StoredDeclsList &operator=(const StoredDeclsList &RHS) {
199 : public llvm::DenseMap<DeclarationName, StoredDeclsList> {

Completed in 89 milliseconds