Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6212 NamedDecl *ShadowedDecl = getShadowedDeclaration(NewTD, Previous); in ActOnTypedefNameDecl() local
7378 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnVariableDeclarator() local
7528 static ShadowedDeclKind computeShadowedDeclKind(const NamedDecl *ShadowedDecl, in computeShadowedDeclKind()
7574 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
7590 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
7601 NamedDecl *ShadowedDecl = R.getFoundDecl(); in getShadowedDeclaration() local
7615 void Sema::CheckShadow(NamedDecl *D, NamedDecl *ShadowedDecl, in CheckShadow()
7721 const VarDecl *ShadowedDecl = Shadow.ShadowedDecl; in DiagnoseShadowingLambdaDecls() local
7745 if (NamedDecl *ShadowedDecl = getShadowedDeclaration(D, R)) in CheckShadow() local
7763 const NamedDecl *ShadowedDecl = I->second; in CheckShadowingDeclModification() local
H A DSemaDeclCXX.cpp862 NamedDecl *ShadowedDecl = D.getCXXScopeSpec().isEmpty() in ActOnDecompositionDeclarator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h895 const VarDecl *ShadowedDecl; member