Home
last modified time | relevance | path

Searched defs:ShadowedDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp6649 NamedDecl *ShadowedDecl = getShadowedDeclaration(NewTD, Previous); in ActOnTypedefNameDecl() local
7818 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnVariableDeclarator() local
7968 static ShadowedDeclKind computeShadowedDeclKind(const NamedDecl *ShadowedDecl, in computeShadowedDeclKind()
8014 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8030 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8041 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8055 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow()
8159 const VarDecl *ShadowedDecl = Shadow.ShadowedDecl; in DiagnoseShadowingLambdaDecls() local
8183 if (NamedDecl *ShadowedDecl = getShadowedDeclaration(D, R)) in CheckShadow() local
8201 const NamedDecl *ShadowedDecl = I->second; in CheckShadowingDeclModification() local
H A DSemaDeclCXX.cpp861 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnDecompositionDeclarator() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h907 const VarDecl *ShadowedDecl; member