Home
last modified time | relevance | path

Searched refs:DeclList (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTImporterLookupTable.h53 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable
54 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;
66 using LookupResult = DeclList;
/external/llvm-project/clang/lib/AST/
DASTImporterLookupTable.cpp90 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()
/external/libxkbcommon/src/xkbcomp/
Dparser.y205 %type <anyList> DeclList
280 DeclList
312 DeclList : DeclList Decl
327 | DeclList OptMergeMode VModDecl
/external/python/pycparser/pycparser/
D_c_ast.cfg64 DeclList: [decls**]
Dc_ast.py410 class DeclList(Node): class
Dc_parser.py1523 p[0] = c_ast.For(c_ast.DeclList(p[3], self._token_coord(p, 1)),