Lines Matching refs:getFoundDecl
2346 NamedDecl *ND = Corrected.getFoundDecl(); in DiagnoseEmptyLookup()
2707 MightBeImplicitMember = isa<FieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2708 isa<IndirectFieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2709 isa<MSPropertyDecl>(R.getFoundDecl()); in ActOnIdExpression()
2855 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
2888 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()
2891 dyn_cast<ObjCIvarDecl>(Lookup.getFoundDecl())) { in LookupIvarInObjCMethod()
3220 const auto *FD = dyn_cast<FunctionDecl>(R.getFoundDecl()); in ShouldLookupResultBeMultiVersionOverload()
3233 return BuildDeclarationNameExpr(SS, R.getLookupNameInfo(), R.getFoundDecl(), in BuildDeclarationNameExpr()
3241 CheckDeclInExpr(*this, R.getNameLoc(), R.getFoundDecl(), in BuildDeclarationNameExpr()
4330 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()
6216 if (NamedDecl *ND = Corrected.getFoundDecl()) { in TryTypoCorrectionForCall()
19444 DRE->getFoundDecl(), CopiedTemplateArgs(DRE), NOUR); in rebuildPotentialResultsAsNonOdrUsed()
19489 ME->getMemberDecl(), ME->getFoundDecl(), ME->getMemberNameInfo(), in rebuildPotentialResultsAsNonOdrUsed()
19507 ME->getFoundDecl(), ME->getMemberNameInfo(), CopiedTemplateArgs(ME), in rebuildPotentialResultsAsNonOdrUsed()
21065 DRE->hasQualifier() ? &SS : nullptr, DRE->getFoundDecl(), in CheckPlaceholderExpr()
21136 NamedDecl *ND = Result.getFoundDecl(); in ActOnObjCBoolLiteral()