Lines Matching refs:FoundD
443 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument
453 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
454 if (FoundD) in DeclRefExpr()
455 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
483 ExprValueKind VK, NamedDecl *FoundD, in Create() argument
489 T, VK, FoundD, TemplateArgs, NOUR); in Create()
498 NamedDecl *FoundD, in Create() argument
502 if (D == FoundD) in Create()
503 FoundD = nullptr; in Create()
509 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
516 FoundD, TemplateArgs, T, VK, NOUR); in Create()