Home | History | Annotate | Download | only in AST

Lines Matching refs:FoundD

345                          NamedDecl *FoundD,
353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
354 if (FoundD)
355 getInternalFoundDecl() = FoundD;
385 NamedDecl *FoundD,
390 T, VK, FoundD, TemplateArgs);
401 NamedDecl *FoundD,
404 if (D == FoundD)
405 FoundD = nullptr;
410 if (FoundD)
420 NameInfo, FoundD, TemplateArgs, T, VK);