Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go41 DeclList []Decl member
371 DeclList []Decl member
/aosp_15_r20/external/python/pycparser/pycparser/
Dc_ast.py410 class DeclList(Node): class