Lines Matching refs:FoundD
268 NamedDecl *FoundD, in DeclRefExpr() argument
276 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
277 if (FoundD) in DeclRefExpr()
278 getInternalFoundDecl() = FoundD; in DeclRefExpr()
308 NamedDecl *FoundD, in Create() argument
313 T, VK, FoundD, TemplateArgs); in Create()
324 NamedDecl *FoundD, in Create() argument
327 if (D == FoundD) in Create()
328 FoundD = 0; in Create()
333 if (FoundD) in Create()
343 NameInfo, FoundD, TemplateArgs, T, VK); in Create()