Searched refs:ActingContext (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3226 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in IsUserDefinedConversion() local 3240 ActingContext, From, ToType, in IsUserDefinedConversion() 3244 S.AddConversionCandidate(Conv, FoundDecl, ActingContext, in IsUserDefinedConversion() 4863 CXXRecordDecl *ActingContext) { in TryObjectArgumentInitialization() argument 4864 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() 5436 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in collectViableConversionCandidates() local 5449 ConvTemplate, FoundDecl, ActingContext, From, ToType, CandidateSet, in collectViableConversionCandidates() 5452 SemaRef.AddConversionCandidate(Conv, FoundDecl, ActingContext, From, in collectViableConversionCandidates() 6088 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(Decl->getDeclContext()); in AddMethodCandidate() local 6096 AddMethodTemplateCandidate(TD, FoundDecl, ActingContext, in AddMethodCandidate() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2472 CXXRecordDecl *ActingContext, QualType ObjectType, 2480 CXXRecordDecl *ActingContext, 2497 CXXRecordDecl *ActingContext, 2503 CXXRecordDecl *ActingContext, 2509 CXXRecordDecl *ActingContext,
|