| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | foreach-leak.td | 14 // The test ensure that the inner declaration of 'a' properly shadows the outer
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | UnusedUsingDeclsCheck.cpp | 90 for (const auto *UsingShadow : Using->shadows()) { in check()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | origin_cached_shadows.ll | 5 ; splt blocks. This test ensures DT is updated correctly, and cached shadows
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unsafe-perform-selector.m | 46 - (id)returnsId; // shadows base 'returnsId'
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | IncludeCleaner.cpp | 131 for (const auto *Shadow : D->shadows()) in VisitUsingDecl()
|
| H A D | FindTarget.cpp | 188 for (const UsingShadowDecl *S : UD->shadows()) in add()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 135 /// shadows ALL of the registers in shadowList.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | RenamerClangTidyCheck.cpp | 353 for (const auto *Shadow : Decl->shadows()) in check()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ShadowCallStack.rst | 102 .. _`[1]`: https://eyalitkin.wordpress.com/2017/09/01/cartography-lighting-up-the-shadows/
|
| H A D | ReleaseNotes.rst | 321 suggest a fix if the decl being assigned is a parameter that shadows a data
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 613 for (const auto *I : D->shadows()) { in VisitUsingDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 851 for (const auto *UsingShadow : Using->shadows()) { in replaceQualifiedSymbolInDeclContext()
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 66 the type name *is* reused as a variable name, but this shadows the type name
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3038 assert(!llvm::is_contained(shadows(), S) && "declaration already in set"); in addShadowDecl() 3047 assert(llvm::is_contained(shadows(), S) && "declaration not in set"); in removeShadowDecl()
|
| H A D | DeclPrinter.cpp | 1614 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | properties.m | 1076 // This creates a separate ivar that shadows the superclass's ivar,
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | StackMaps.rst | 143 current function. We disallow overlapping stack map shadows so that
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1367 A variable named ``V`` in an inner scope shadows (hides) any variables ``V`` 1368 in outer scopes. In particular, ``V`` in a record body shadows a global 1369 ``V``, and ``V`` in a ``foreach`` statement list shadows any ``V`` in
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 683 // shadows an existing variable, we have to restore it, so save it now.
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3383 shadow_range shadows() const { in shadows() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 5518 for (const auto *USD : UD.shadows()) { in EmitUsingDecl() 5544 for (const auto *USD : UD.shadows()) in EmitUsingEnumDecl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9509 for (clang::UsingShadowDecl *usd : ud->shadows()) { in DeclContextFindDeclByName() 9624 for (clang::UsingShadowDecl *usd : ud->shadows()) { in CountDeclLevels()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 449 Warning<"declaration shadows a %select{" 462 Warning<"constructor parameter %0 shadows the field %1 of %2">, 465 Warning<"modifying constructor parameter %0 that shadows a " 4761 "declaration of %0 shadows template parameter">; 7842 // C++17 parameter shadows capture 11420 "%select{parameter|non-static data member}3 %0 %select{|of %1 }3shadows "
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3118 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls()
|