Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActingDC

4085     CXXRecordDecl *ActingDC = cast<CXXRecordDecl>(D->getDeclContext());
4139 S.AddTemplateConversionCandidate(ConvTemplate, I.getPair(), ActingDC,
4143 S.AddConversionCandidate(Conv, I.getPair(), ActingDC, Init,
6245 CXXRecordDecl *ActingDC,
6276 AddConversionCandidate(Specialization, FoundDecl, ActingDC, From, ToType,
11410 CXXRecordDecl *ActingDC = cast<CXXRecordDecl>(Func->getDeclContext());
11425 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
11430 I.getPair(), ActingDC, TemplateArgs,