Home | History | Annotate | Download | only in AST

Lines Matching refs:FoundD

354                          NamedDecl *FoundD,
362 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
363 if (FoundD)
364 getInternalFoundDecl() = FoundD;
394 NamedDecl *FoundD,
399 T, VK, FoundD, TemplateArgs);
410 NamedDecl *FoundD,
413 if (D == FoundD)
414 FoundD = 0;
419 if (FoundD)
429 NameInfo, FoundD, TemplateArgs, T, VK);