Home
last modified time | relevance | path

Searched refs:ActingContext (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp3173 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in IsUserDefinedConversion() local
3187 ActingContext, From, ToType, in IsUserDefinedConversion()
3191 S.AddConversionCandidate(Conv, FoundDecl, ActingContext, in IsUserDefinedConversion()
4803 CXXRecordDecl *ActingContext) { in TryObjectArgumentInitialization() argument
4804 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization()
5376 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in collectViableConversionCandidates() local
5389 ConvTemplate, FoundDecl, ActingContext, From, ToType, CandidateSet, in collectViableConversionCandidates()
5392 SemaRef.AddConversionCandidate(Conv, FoundDecl, ActingContext, From, in collectViableConversionCandidates()
6042 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(Decl->getDeclContext()); in AddMethodCandidate() local
6050 AddMethodTemplateCandidate(TD, FoundDecl, ActingContext, in AddMethodCandidate()
[all …]
/external/clang/include/clang/Sema/
DSema.h2407 CXXRecordDecl *ActingContext, QualType ObjectType,
2415 CXXRecordDecl *ActingContext,
2432 CXXRecordDecl *ActingContext,
2438 CXXRecordDecl *ActingContext,
2444 CXXRecordDecl *ActingContext,