Lines Matching refs:getFoundDecl
412 IIDecl = Result.getFoundDecl(); in getTypeName()
1200 && Previous.getFoundDecl()->hasAttr<OverloadableAttr>()); in AllowOverloadingOfFunction()
3396 OldTemplate = dyn_cast<VarTemplateDecl>(Previous.getFoundDecl()); in MergeVarDecl()
3404 Old = dyn_cast<VarDecl>(Previous.getFoundDecl()); in MergeVarDecl()
4938 Previous.getFoundDecl()->isTemplateParameter()) { in HandleDeclarator()
4942 Previous.getFoundDecl()); in HandleDeclarator()
6181 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false)); in ActOnVariableDeclarator()
6194 isa<FieldDecl>(Previous.getFoundDecl()) && in ActOnVariableDeclarator()
6316 NamedDecl* ShadowedDecl = R.getFoundDecl(); in CheckShadow()
8377 OldDecl = Previous.getFoundDecl(); in CheckFunctionDeclaration()
8385 Diag(Previous.getFoundDecl()->getLocation(), in CheckFunctionDeclaration()
10445 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator()
12044 NamedDecl *ND = Previous.getFoundDecl(); in ActOnTag()
12065 Previous.getFoundDecl()->isTemplateParameter()) { in ActOnTag()
12067 DiagnoseTemplateParameterShadow(NameLoc, Previous.getFoundDecl()); in ActOnTag()
12162 NamedDecl *PrevDecl = Previous.getFoundDecl(); in ActOnTag()
12443 PrevDecl = cast<TagDecl>(Previous.getFoundDecl()); in ActOnTag()