Lines Matching refs:FoundD
420 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument
430 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
431 if (FoundD) in DeclRefExpr()
432 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
458 ExprValueKind VK, NamedDecl *FoundD, in Create() argument
464 T, VK, FoundD, TemplateArgs, NOUR); in Create()
473 NamedDecl *FoundD, in Create() argument
477 if (D == FoundD) in Create()
478 FoundD = nullptr; in Create()
484 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
491 FoundD, TemplateArgs, T, VK, NOUR); in Create()