Searched defs:DeclsTy (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTUnresolvedSet.h | 25 struct DeclsTy : ASTVector<DeclAccessPair> { struct 26 DeclsTy() {} in DeclsTy() argument 27 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() argument 33 DeclsTy Decls; argument
|
H A D | UnresolvedSet.h | 56 typedef SmallVectorImpl<DeclAccessPair> DeclsTy; typedef
|
H A D | DeclContextInternals.h | 35 typedef SmallVector<NamedDecl *, 4> DeclsTy; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTUnresolvedSet.h | 32 struct DeclsTy : ASTVector<DeclAccessPair> { struct 34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() argument 40 DeclsTy Decls; argument
|
D | UnresolvedSet.h | 62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTUnresolvedSet.h | 32 struct DeclsTy : ASTVector<DeclAccessPair> { struct 34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() function 40 DeclsTy Decls; argument
|
D | UnresolvedSet.h | 62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTUnresolvedSet.h | 32 struct DeclsTy : ASTVector<DeclAccessPair> { struct 34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() argument 40 DeclsTy Decls; argument
|
D | UnresolvedSet.h | 62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTUnresolvedSet.h | 32 struct DeclsTy : ASTVector<DeclAccessPair> { struct 34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() function 40 DeclsTy Decls; argument
|
D | UnresolvedSet.h | 62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | IdentifierResolver.h | 43 typedef SmallVector<NamedDecl*, 2> DeclsTy; typedef
|