Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXRecordDecl

29 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, 
36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
92 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
189 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) {
493 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() ||
494 !cast<CXXRecordDecl>(LookupCtx)->hasAnyDependentBases()))) {