Lines Matching refs:FoundD
327 NamedDecl *FoundD, in DeclRefExpr() argument
342 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
343 if (FoundD) in DeclRefExpr()
344 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
376 NamedDecl *FoundD, in Create() argument
381 T, VK, FoundD, TemplateArgs); in Create()
392 NamedDecl *FoundD, in Create() argument
395 if (D == FoundD) in Create()
396 FoundD = nullptr; in Create()
402 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
409 NameInfo, FoundD, TemplateArgs, T, VK); in Create()