Searched refs:UsingDecls (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 346 UsingDecls.push_back(Using); in VisitUsingDecl() 464 return UsingDecls; in getUsingDecls() 516 std::vector<const UsingDecl *> UsingDecls; member in clang::tooling::__anonc66865d10111::RenameLocFinder
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3798 /// UsingDecls and UsingShadowDecls will have more reasonable names. in UsingPackDecl() 3810 ArrayRef<NamedDecl *> UsingDecls) 3816 InstantiatedFrom(InstantiatedFrom), NumExpansions(UsingDecls.size()) { 3817 std::uninitialized_copy(UsingDecls.begin(), UsingDecls.end(), in getInstantiatedFromUsingDecl() 3841 ArrayRef<NamedDecl *> UsingDecls); 3796 UsingPackDecl(DeclContext * DC,NamedDecl * InstantiatedFrom,ArrayRef<NamedDecl * > UsingDecls) UsingPackDecl() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3234 ArrayRef<NamedDecl *> UsingDecls) { in CreateDeserialized() 3235 size_t Extra = additionalSizeToAlloc<NamedDecl *>(UsingDecls.size()); in CreateDeserialized() 3236 return new (C, DC, Extra) UsingPackDecl(DC, InstantiatedFrom, UsingDecls); in CreateDeserialized() 3202 Create(ASTContext & C,DeclContext * DC,NamedDecl * InstantiatedFrom,ArrayRef<NamedDecl * > UsingDecls) Create() argument
|