Home | History | Annotate | Download | only in Index

Lines Matching refs:Parent

49                         const NamedDecl *Parent = nullptr) {
50 if (!Parent) Parent = D;
52 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent);
53 IndexCtx.indexNestedNameSpecifierLoc(D->getQualifierLoc(), Parent);
196 auto *Parent = dyn_cast<NamedDecl>(D->getDeclContext());
197 return IndexCtx.handleReference(D, D->getLocation(), Parent,
315 /*Parent=*/cast<NamedDecl>(D->getDeclContext()),
353 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC);
355 IndexCtx.indexNestedNameSpecifierLoc(D->getQualifierLoc(), Parent,
358 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), Parent,
365 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC);
367 IndexCtx.indexNestedNameSpecifierLoc(D->getQualifierLoc(), Parent,
370 D->getLocation(), Parent,