| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | USRLocFinder.cpp | 183 if (llvm::isa<UsingDecl>(Decl)) in VisitNamedDecl() 323 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() 444 const std::vector<const UsingDecl *> &getUsingDecls() const { in getUsingDecls() 498 std::vector<const UsingDecl *> UsingDecls;
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclCXX.h | 73 class UsingDecl; variable 3163 friend class UsingDecl; variable 3190 UsingDecl *Using, NamedDecl *Target); 3198 SourceLocation Loc, UsingDecl *Using, in Create() 3239 UsingDecl *getUsingDecl() const; 3281 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl() 3311 UsingDecl *Using, NamedDecl *Target, 3369 class UsingDecl : public NamedDecl, public Mergeable<UsingDecl> { 3387 UsingDecl(DeclContext *DC, SourceLocation UL, in UsingDecl() function 3488 static UsingDecl *Create(ASTContext &C, DeclContext *DC, [all …]
|
| HD | TextNodeDumper.h | 328 void VisitUsingDecl(const UsingDecl *D);
|
| HD | JSONNodeDumper.h | 232 void VisitUsingDecl(const UsingDecl *UD);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclCXX.cpp | 1319 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() 2881 SourceLocation Loc, UsingDecl *Using, in UsingShadowDecl() 2899 UsingDecl *UsingShadowDecl::getUsingDecl() const { in getUsingDecl() 2904 return cast<UsingDecl>(Shadow->UsingOrNextShadow); in getUsingDecl() 2911 SourceLocation Loc, UsingDecl *Using, in Create() 2926 void UsingDecl::anchor() {} in anchor() 2928 void UsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl() 2938 void UsingDecl::removeShadowDecl(UsingShadowDecl *S) { in removeShadowDecl() 2959 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, in Create() 2963 return new (C, DC) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename); in Create() [all …]
|
| HD | DeclPrinter.cpp | 100 void VisitUsingDecl(UsingDecl *D); 1567 void DeclPrinter::VisitUsingDecl(UsingDecl *D) { in VisitUsingDecl()
|
| HD | TextNodeDumper.cpp | 1738 void TextNodeDumper::VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
|
| HD | JSONNodeDumper.cpp | 735 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
|
| HD | Decl.cpp | 1726 if (auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() 1730 cast<UsingDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| HD | ASTImporter.cpp | 524 ExpectedDecl VisitUsingDecl(UsingDecl *D); 4412 ExpectedDecl ASTNodeImporter::VisitUsingDecl(UsingDecl *D) { in VisitUsingDecl() 4434 UsingDecl *ToUsing; in VisitUsingDecl() 4473 Expected<UsingDecl *> ToUsingOrErr = import(D->getUsingDecl()); in VisitUsingShadowDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.h | 42 class UsingDecl; variable 491 void EmitUsingDecl(const UsingDecl &UD);
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 1648 extern const internal::VariadicDynCastAllOfMatcher<Decl, UsingDecl> usingDecl; 3621 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_MATCHER_P() local 3622 return InnerMatcher.matches(*UsingDecl, Finder, Builder); in AST_MATCHER_P() 5389 AST_MATCHER_P(UsingDecl, hasAnyUsingShadowDecl, in AST_MATCHER_P() argument
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateInstantiateDecl.cpp | 2919 Decl *TemplateDeclInstantiator::VisitUsingDecl(UsingDecl *D) { in VisitUsingDecl() 2952 UsingDecl *NewUD = UsingDecl::Create(SemaRef.Context, Owner, in VisitUsingDecl() 5488 static bool isInstantiationOf(UsingDecl *Pattern, UsingDecl *Instance, in isInstantiationOf() 5510 } else if (auto *OtherUD = dyn_cast<UsingDecl>(Other)) { in isInstantiationOfUnresolvedUsingDecl() 5579 if (auto *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() 5580 return isInstantiationOf(cast<UsingDecl>(D), Using, Ctx); in isInstantiationOf()
|
| HD | SemaDeclCXX.cpp | 6632 UsingDecl *ConstructedBaseUsing = nullptr; in InheritedConstructorInfo() 11231 bool Sema::CheckUsingShadowDecl(UsingDecl *Using, NamedDecl *Orig, in CheckUsingShadowDecl() 11302 if (isa<UsingDecl>(D) || isa<UsingPackDecl>(D)) in CheckUsingShadowDecl() 11400 UsingDecl *UD, in BuildUsingShadowDecl() 11689 UsingDecl *UD = in BuildUsingDeclaration() 11690 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc, in BuildUsingDeclaration() 11832 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() 11867 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() 11919 if (!isa<TypeDecl>(D) && !isa<UsingDecl>(D) && !isa<UsingPackDecl>(D)) { in CheckUsingDeclRedeclaration() 11939 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| HD | SemaLookup.cpp | 3272 assert(isa<UsingDecl>(Cand.getDecl()) && in LookupSpecialMember() 3726 if (isa<UsingShadowDecl>(ND) && isa<UsingDecl>(D) && in checkHidden()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Overload.h | 1141 if (isa<UsingDecl>(ND)) in getConstructorInfo()
|
| HD | Sema.h | 200 class UsingDecl; variable 5088 UsingDirectiveDecl *&UsingDecl); 5162 bool CheckUsingShadowDecl(UsingDecl *UD, NamedDecl *Target, 5165 UsingShadowDecl *BuildUsingShadowDecl(Scope *S, UsingDecl *UD, 5188 bool CheckInheritingConstructorUsingDecl(UsingDecl *UD);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | BuildTree.cpp | 575 bool WalkUpFromUsingDecl(UsingDecl *S) { in WalkUpFromUsingDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 386 void VisitUsingDecl(UsingDecl *D); 1603 void ASTDeclReader::VisitUsingDecl(UsingDecl *D) { in VisitUsingDecl() 3215 if (const auto *UX = dyn_cast<UsingDecl>(X)) { in isSameEntity() 3216 const auto *UY = cast<UsingDecl>(Y); in isSameEntity() 3794 D = UsingDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| HD | ASTWriterDecl.cpp | 114 void VisitUsingDecl(UsingDecl *D); 1263 void ASTDeclWriter::VisitUsingDecl(UsingDecl *D) { in VisitUsingDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexDecl.cpp | 586 bool VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
|
| HD | USRGeneration.cpp | 114 void VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 714 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDecl> usingDecl;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | ClangASTContext.h | 906 clang::UsingDecl *CreateUsingDeclaration(clang::DeclContext *current_decl_ctx,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 1732 clang::UsingDecl * 1736 clang::UsingDecl *using_decl = clang::UsingDecl::Create( in CreateUsingDeclaration() 8959 } else if (clang::UsingDecl *ud = in DeclContextFindDeclByName() 8960 llvm::dyn_cast<clang::UsingDecl>(child)) { in DeclContextFindDeclByName() 9076 if (clang::UsingDecl *ud = in CountDeclLevels() 9077 llvm::dyn_cast<clang::UsingDecl>(child)) { in CountDeclLevels()
|