Home | History | Annotate | Download | only in Sema

Lines Matching full:getparent

397         if (MD && MD->getParent()->getDescribedClassTemplate()) {
1350 CXXRecordDecl *ClassDecl = Constructor->getParent();
2085 if (!Field->getParent()->isUnion()) {
2090 << SemaRef.Context.getTagDeclType(Constructor->getParent())
2100 << SemaRef.Context.getTagDeclType(Constructor->getParent())
2233 if (CXXDestructorDecl *Dtor = LookupDestructor(Constructor->getParent())) {
2266 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition();
2357 Constructor->getParent());
2387 RecordDecl *RD = Field->getParent();
2431 const CXXRecordDecl *ClassDecl = Constructor->getParent();
2532 RecordDecl *Parent = Field->getParent();
3148 = ComputeDefaultedDefaultCtorExceptionSpec(CD->getParent());
3207 ComputeDefaultedCopyCtorExceptionSpecAndConst(CD->getParent());
3276 Context.getCanonicalType(Context.getTypeDeclType(MD->getParent())))) {
3284 ComputeDefaultedCopyCtorExceptionSpecAndConst(MD->getParent());
3351 = ComputeDefaultedDtorExceptionSpec(DD->getParent());
3386 CXXRecordDecl *RD = CD->getParent();
3567 CXXRecordDecl *RD = CD->getParent();
3723 CXXRecordDecl *RD = MD->getParent();
3848 CXXRecordDecl *RD = DD->getParent();
4329 CXXRecordDecl *RD = Destructor->getParent();
4624 Scope *DeclRegionScope = NamespcScope->getParent();
4844 return IsUsingDirectiveInToplevelContext(CurContext->getParent());
4896 S = S->getParent();
4943 CommonAncestor = CommonAncestor->getParent();
5094 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent();
5665 S = S->getParent();
5998 CXXRecordDecl *ClassDecl = Constructor->getParent();
6347 CXXRecordDecl *ClassDecl = Destructor->getParent();
6357 Destructor->getParent());
6780 CXXRecordDecl *ClassDecl = CopyAssignOperator->getParent();
7249 CXXRecordDecl *ClassDecl = CopyConstructor->getParent();
7297 Elidable = SubExpr->isTemporaryObject(Context, Constructor->getParent());
8528 DC = DC->getParent();
8541 DC = DC->getParent();
8678 if (MD->getParent()->isDependentType()) {
8876 if (Method->isVirtual() || Method->getParent()->isDependentContext()) {