Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6702 NamedDecl *ShadowedDecl = getShadowedDeclaration(NewTD, Previous); in ActOnTypedefNameDecl() local
7943 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnVariableDeclarator() local
8103 static ShadowedDeclKind computeShadowedDeclKind(const NamedDecl *ShadowedDecl, in computeShadowedDeclKind()
8147 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8161 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8170 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8175 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow()
8293 const NamedDecl *ShadowedDecl = Shadow.ShadowedDecl; in DiagnoseShadowingLambdaDecls() local
8326 if (NamedDecl *ShadowedDecl = getShadowedDeclaration(D, R)) in CheckShadow() local
8344 const NamedDecl *ShadowedDecl = I->second; in CheckShadowingDeclModification() local
H A DSemaDeclCXX.cpp899 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnDecompositionDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h946 const NamedDecl *ShadowedDecl; member