Searched defs:ActingContext (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 3835 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in IsUserDefinedConversion() local 5658 const CXXRecordDecl *ActingContext, bool InOverloadResolution = false, in TryObjectArgumentInitialization() 6504 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in collectViableConversionCandidates() local 7366 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(Decl->getDeclContext()); in AddMethodCandidate() local 7387 CXXRecordDecl *ActingContext, QualType ObjectType, in AddMethodCandidate() 7573 CXXRecordDecl *ActingContext, in AddMethodTemplateCandidate() 7727 CXXRecordDecl *ActingContext, QualType ObjectType, in CheckNonDependentConversions() 7840 CXXRecordDecl *ActingContext, Expr *From, QualType ToType, in AddConversionCandidate() 8093 CXXRecordDecl *ActingContext, in AddSurrogateCandidate() 15617 CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(D->getDeclContext()); in BuildCallToObjectOfClassType() local
|