Lines Matching refs:getFoundDecl
2289 NamedDecl *ND = Corrected.getFoundDecl(); in DiagnoseEmptyLookup()
2649 MightBeImplicitMember = isa<FieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2650 isa<IndirectFieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2651 isa<MSPropertyDecl>(R.getFoundDecl()); in ActOnIdExpression()
2793 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
2826 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()
2829 dyn_cast<ObjCIvarDecl>(Lookup.getFoundDecl())) { in LookupIvarInObjCMethod()
3157 const auto *FD = dyn_cast<FunctionDecl>(R.getFoundDecl()); in ShouldLookupResultBeMultiVersionOverload()
3170 return BuildDeclarationNameExpr(SS, R.getLookupNameInfo(), R.getFoundDecl(), in BuildDeclarationNameExpr()
3178 CheckDeclInExpr(*this, R.getNameLoc(), R.getFoundDecl())) in BuildDeclarationNameExpr()
4219 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()
5784 if (NamedDecl *ND = Corrected.getFoundDecl()) { in TryTypoCorrectionForCall()
18208 DRE->getFoundDecl(), CopiedTemplateArgs(DRE), NOUR); in rebuildPotentialResultsAsNonOdrUsed()
18253 ME->getMemberDecl(), ME->getFoundDecl(), ME->getMemberNameInfo(), in rebuildPotentialResultsAsNonOdrUsed()
18271 ME->getFoundDecl(), ME->getMemberNameInfo(), CopiedTemplateArgs(ME), in rebuildPotentialResultsAsNonOdrUsed()
19804 NamedDecl *ND = Result.getFoundDecl(); in ActOnObjCBoolLiteral()