Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp3115 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in IsUserDefinedConversion() local
3129 ActingContext, From, ToType, in IsUserDefinedConversion()
3133 S.AddConversionCandidate(Conv, FoundDecl, ActingContext, in IsUserDefinedConversion()
4744 CXXRecordDecl *ActingContext) { in TryObjectArgumentInitialization() argument
4745 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization()
5315 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in collectViableConversionCandidates() local
5328 ConvTemplate, FoundDecl, ActingContext, From, ToType, CandidateSet, in collectViableConversionCandidates()
5331 SemaRef.AddConversionCandidate(Conv, FoundDecl, ActingContext, From, in collectViableConversionCandidates()
5950 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(Decl->getDeclContext()); in AddMethodCandidate() local
5958 AddMethodTemplateCandidate(TD, FoundDecl, ActingContext, in AddMethodCandidate()
[all …]
/external/clang/include/clang/Sema/
DSema.h2229 CXXRecordDecl *ActingContext, QualType ObjectType,
2237 CXXRecordDecl *ActingContext,
2254 CXXRecordDecl *ActingContext,
2260 CXXRecordDecl *ActingContext,
2266 CXXRecordDecl *ActingContext,