Searched refs:DeclList (Results 1 – 6 of 6) sorted by relevance
53 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable54 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;66 using LookupResult = DeclList;
90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add()96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove()143 const DeclList& List = Entry.second; in dump()
205 %type <anyList> DeclList280 DeclList312 DeclList : DeclList Decl327 | DeclList OptMergeMode VModDecl
64 DeclList: [decls**]
410 class DeclList(Node): class
1523 p[0] = c_ast.For(c_ast.DeclList(p[3], self._token_coord(p, 1)),