Lines Matching refs:getFoundDecl
1929 NamedDecl *ND = Corrected.getFoundDecl(); in DiagnoseEmptyLookup()
2287 MightBeImplicitMember = isa<FieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2288 isa<IndirectFieldDecl>(R.getFoundDecl()) || in ActOnIdExpression()
2289 isa<MSPropertyDecl>(R.getFoundDecl()); in ActOnIdExpression()
2427 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupInObjCMethod()
2506 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupInObjCMethod()
2508 if (const ObjCIvarDecl *IV = dyn_cast<ObjCIvarDecl>(Lookup.getFoundDecl())) in LookupInObjCMethod()
2779 const auto *FD = dyn_cast<FunctionDecl>(R.getFoundDecl()); in ShouldLookupResultBeMultiVersionOverload()
2792 return BuildDeclarationNameExpr(SS, R.getLookupNameInfo(), R.getFoundDecl(), in BuildDeclarationNameExpr()
2800 CheckDeclInExpr(*this, R.getNameLoc(), R.getFoundDecl())) in BuildDeclarationNameExpr()
3747 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()
4833 if (NamedDecl *ND = Corrected.getFoundDecl()) { in TryTypoCorrectionForCall()
15546 Var = dyn_cast<VarDecl>(DRE->getFoundDecl()); in UpdateMarkingForLValueToRValue()
16833 NamedDecl *ND = Result.getFoundDecl(); in ActOnObjCBoolLiteral()