Lines Matching refs:FoundD
402 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument
412 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
413 if (FoundD) in DeclRefExpr()
414 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
440 ExprValueKind VK, NamedDecl *FoundD, in Create() argument
446 T, VK, FoundD, TemplateArgs, NOUR); in Create()
455 NamedDecl *FoundD, in Create() argument
459 if (D == FoundD) in Create()
460 FoundD = nullptr; in Create()
466 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
473 FoundD, TemplateArgs, T, VK, NOUR); in Create()