HomeSort by relevance Sort by last modified time
    Searched refs:StoredDeclsList (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 29 /// StoredDeclsList - This is an array of decls optimized a common case of only
31 struct StoredDeclsList {
41 StoredDeclsList() {}
43 StoredDeclsList(const StoredDeclsList &RHS) : Data(RHS.Data) {
48 ~StoredDeclsList() {
54 StoredDeclsList &operator=(const StoredDeclsList &RHS) {
107 *this = StoredDeclsList();
215 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4>
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 1015 StoredDeclsList &List = (*Map)[Name];
    [all...]

Completed in 873 milliseconds