Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclContext

64     Ctx = D->getDeclContext();
160 Function->getDeclContext()->isFileContext() &&
498 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
845 DeclContext *Owner = OrigTPL->getParam(0)->getDeclContext();
1312 assert(!cast<FunctionDecl>(E->getParam()->getDeclContext())->
1316 cast<FunctionDecl>(E->getParam()->getDeclContext()),
1998 if (Member->getDeclContext() != Pattern)
2060 dyn_cast_or_null<CXXRecordDecl>(ND->getDeclContext());
2755 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(PV->getDeclContext())) {