Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclContext

71       Record = cast<CXXRecordDecl>(Record->getDeclContext());
927 PrevDecl = cast<CXXRecordDecl>(PrevDecl->getDeclContext());
949 (OutermostContext->Equals(PrevDecl->getDeclContext()) ||
950 OutermostContext->Encloses(PrevDecl->getDeclContext()))) {
951 SemanticContext = PrevDecl->getDeclContext();
1095 if (!Invalid && TUK != TUK_Friend && NewTemplate->getDeclContext()->isRecord())
1661 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Template->getDeclContext()))
2094 ClassTemplate->getDeclContext(),
2579 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext());
2629 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext());
2679 Sema::ContextRAII SavedContext(SemaRef, Template->getDeclContext());
2806 !Template->getDeclContext()->isDependentContext()) {
3487 if (Tag->getDeclContext()->isFunctionOrMethod()) {
4523 if (VD->getDeclContext()->isRecord() &&
4532 = Context.getTypeDeclType(cast<RecordDecl>(VD->getDeclContext()));
5021 !S.CurContext->Equals(Specialized->getDeclContext())) {
5035 = Specialized->getDeclContext()->getEnclosingNamespaceContext();
5439 ClassTemplate->getDeclContext(),
5498 ClassTemplate->getDeclContext(),
5883 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
5889 D->getDeclContext()->getRedeclContext()))
5928 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
5936 Ovl->getDeclContext()->getRedeclContext()))
6261 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext();
6435 ClassTemplate->getDeclContext(),
6612 << 0 << Record->getDeclName() << Record->getDeclContext();