Lines Matching refs:getFoundDecl
192 IIDecl = Result.getFoundDecl(); in getTypeName()
825 && Previous.getFoundDecl()->hasAttr<OverloadableAttr>()); in AllowOverloadingOfFunction()
2040 !(Old = dyn_cast<VarDecl>(Previous.getFoundDecl()))) { in MergeVarDecl()
3164 Previous.getFoundDecl()->isTemplateParameter()) { in HandleDeclarator()
3168 Previous.getFoundDecl())) in HandleDeclarator()
3298 NamedDecl *PrevDecl = Previous.getFoundDecl(); in RegisterLocallyScopedExternCDecl()
3763 isa<FieldDecl>(Previous.getFoundDecl()) && in ActOnVariableDeclarator()
3792 VarDecl *Def = dyn_cast<VarDecl>(Previous.getFoundDecl()); in ActOnVariableDeclarator()
3841 NamedDecl* ShadowedDecl = R.getFoundDecl(); in CheckShadow()
4844 FunctionDecl *PrevFD = dyn_cast<FunctionDecl>(Previous.getFoundDecl()); in ActOnFunctionDeclarator()
4968 OldDecl = Previous.getFoundDecl(); in CheckFunctionDeclaration()
6035 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator()
7046 Previous.getFoundDecl()->isTemplateParameter()) { in ActOnTag()
7048 DiagnoseTemplateParameterShadow(NameLoc, Previous.getFoundDecl()); in ActOnTag()
7356 PrevDecl = cast<TagDecl>(Previous.getFoundDecl()); in ActOnTag()