Lines Matching refs:FoundD
327 NamedDecl *FoundD, in DeclRefExpr() argument
341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
342 if (FoundD) in DeclRefExpr()
343 getInternalFoundDecl() = FoundD; in DeclRefExpr()
375 NamedDecl *FoundD, in Create() argument
380 T, VK, FoundD, TemplateArgs); in Create()
391 NamedDecl *FoundD, in Create() argument
394 if (D == FoundD) in Create()
395 FoundD = nullptr; in Create()
400 if (FoundD) in Create()
410 NameInfo, FoundD, TemplateArgs, T, VK); in Create()