Home | History | Annotate | Download | only in Index

Lines Matching refs:getDeclContext

58         auto *DC = Parm->getDeclContext();
162 cast<Decl>(D->getDeclContext())->getLocation(),
196 auto *Parent = dyn_cast<NamedDecl>(D->getDeclContext());
231 D->getDeclContext(), SymbolRoleSet());
243 D->getDeclContext(), SymbolRoleSet());
315 /*Parent=*/cast<NamedDecl>(D->getDeclContext()),
316 D->getDeclContext(), SymbolRoleSet(), {},
327 D->getDeclContext(), SymbolRoleSet());
330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext());
352 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
364 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
397 if (isa<ClassTemplateDecl>(ND) && D->getDeclContext()->isDependentContext())
402 IndexCtx.indexTypeSourceInfo(Ty, cast<NamedDecl>(D->getDeclContext()));