Home
last modified time | relevance | path

Searched refs:shadows (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dforeach-leak.td14 // 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 DUnusedUsingDeclsCheck.cpp90 for (const auto *UsingShadow : Using->shadows()) { in check()
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dorigin_cached_shadows.ll5 ; splt blocks. This test ensures DT is updated correctly, and cached shadows
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m46 - (id)returnsId; // shadows base 'returnsId'
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp131 for (const auto *Shadow : D->shadows()) in VisitUsingDecl()
H A DFindTarget.cpp188 for (const UsingShadowDecl *S : UD->shadows()) in add()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetCallingConv.td135 /// shadows ALL of the registers in shadowList.
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp353 for (const auto *Shadow : Decl->shadows()) in check()
/llvm-project-15.0.7/clang/docs/
H A DShadowCallStack.rst102 .. _`[1]`: https://eyalitkin.wordpress.com/2017/09/01/cartography-lighting-up-the-shadows/
H A DReleaseNotes.rst321 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 DIndexDecl.cpp613 for (const auto *I : D->shadows()) { in VisitUsingDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp851 for (const auto *UsingShadow : Using->shadows()) { in replaceQualifiedSymbolInDeclContext()
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst66 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 DDeclCXX.cpp3038 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 DDeclPrinter.cpp1614 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dproperties.m1076 // This creates a separate ivar that shadows the superclass's ivar,
/llvm-project-15.0.7/llvm/docs/
H A DStackMaps.rst143 current function. We disallow overlapping stack map shadows so that
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1367 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 DLangImpl05.rst683 // shadows an existing variable, we have to restore it, so save it now.
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3383 shadow_range shadows() const { in shadows() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5518 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 DTypeSystemClang.cpp9509 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 DDiagnosticSemaKinds.td449 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 DSemaTemplateInstantiateDecl.cpp3118 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls()

12