Searched refs:CurClass (Results 1 – 4 of 4) sorted by relevance
95 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName() local96 assert(CurClass && &II == CurClass->getIdentifier() && in getConstructorName()102 if (CurClass->isDependentContext() && !EnteringContext && SS.getScopeRep()) { in getConstructorName()108 if (SS.isNotEmpty() && RequireCompleteDeclContext(SS, CurClass)) in getConstructorName()118 for (NamedDecl *ND : CurClass->lookup(&II)) { in getConstructorName()126 if (!CurClass->isInvalidDecl()) { in getConstructorName()130 diag::err_incomplete_nested_name_spec) << CurClass << SS.getRange(); in getConstructorName()
8671 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCSuperclass() local8673 if (CurClass && isa<ObjCInterfaceDecl>(CurClass)) in CodeCompleteObjCSuperclass()8674 Results.Ignore(CurClass); in CodeCompleteObjCSuperclass()8719 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCInterfaceCategory() local8722 dyn_cast_or_null<ObjCInterfaceDecl>(CurClass)) { in CodeCompleteObjCInterfaceCategory()8750 NamedDecl *CurClass = SemaRef.LookupSingleName( in CodeCompleteObjCImplementationCategory() local8752 ObjCInterfaceDecl *Class = dyn_cast_or_null<ObjCInterfaceDecl>(CurClass); in CodeCompleteObjCImplementationCategory()
5848 CXXRecordDecl *CurClass = dyn_cast<CXXRecordDecl>(CurContext); in GetNameFromUnqualifiedId() local5849 if (!CurClass || CurClass->getIdentifier() != Name.TemplateId->Name) in GetNameFromUnqualifiedId()5853 QualType CurClassType = Context.getTypeDeclType(CurClass); in GetNameFromUnqualifiedId()
12889 auto *CurClass = cast<CXXRecordDecl>(CurContext); in BuildUsingDeclaration() local12891 Context.getCanonicalType(Context.getRecordType(CurClass)))); in BuildUsingDeclaration()