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.cpp6861 NamedDecl *ShadowedDecl = getShadowedDeclaration(NewTD, Previous); in ActOnTypedefNameDecl() local
8117 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnVariableDeclarator() local
8276 static ShadowedDeclKind computeShadowedDeclKind(const NamedDecl *ShadowedDecl, in computeShadowedDeclKind()
8322 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8338 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8349 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
8363 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow()
8483 const NamedDecl *ShadowedDecl = Shadow.ShadowedDecl; in DiagnoseShadowingLambdaDecls() local
8516 if (NamedDecl *ShadowedDecl = getShadowedDeclaration(D, R)) in CheckShadow() local
8534 const NamedDecl *ShadowedDecl = I->second; in CheckShadowingDeclModification() local
H A DSemaDeclCXX.cpp911 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnDecompositionDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h929 const NamedDecl *ShadowedDecl; member