Home
last modified time | relevance | path

Searched defs:DeclsTy (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h25 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 DUnresolvedSet.h56 typedef SmallVectorImpl<DeclAccessPair> DeclsTy; typedef
H A DDeclContextInternals.h35 typedef SmallVector<NamedDecl *, 4> DeclsTy; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTUnresolvedSet.h32 struct DeclsTy : ASTVector<DeclAccessPair> { struct
34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() argument
40 DeclsTy Decls; argument
DUnresolvedSet.h62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTUnresolvedSet.h32 struct DeclsTy : ASTVector<DeclAccessPair> { struct
34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() function
40 DeclsTy Decls; argument
DUnresolvedSet.h62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTUnresolvedSet.h32 struct DeclsTy : ASTVector<DeclAccessPair> { struct
34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() argument
40 DeclsTy Decls; argument
DUnresolvedSet.h62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTUnresolvedSet.h32 struct DeclsTy : ASTVector<DeclAccessPair> { struct
34 DeclsTy(ASTContext &C, unsigned N) : ASTVector<DeclAccessPair>(C, N) {} in DeclsTy() function
40 DeclsTy Decls; argument
DUnresolvedSet.h62 using DeclsTy = SmallVectorImpl<DeclAccessPair>; variable
/aosp_15_r20/external/clang/include/clang/Sema/
H A DIdentifierResolver.h43 typedef SmallVector<NamedDecl*, 2> DeclsTy; typedef