Lines Matching defs:FoundDecl
67 Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, const Expr *Base, in CreateFunctionRefExpr()
3833 DeclAccessPair FoundDecl = I.getPair(); in IsUserDefinedConversion() local
5813 Expr *From, NestedNameSpecifier *Qualifier, NamedDecl *FoundDecl, in PerformImplicitObjectArgumentInitialization()
6502 DeclAccessPair FoundDecl = ViableConversions[I]; in collectViableConversionCandidates() local
6796 FunctionDecl *Function, DeclAccessPair FoundDecl, ArrayRef<Expr *> Args, in AddOverloadCandidate()
7359 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate()
7386 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate()
7572 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate()
7644 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateOverloadCandidate()
7839 CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, in AddConversionCandidate()
8041 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateConversionCandidate()
8092 DeclAccessPair FoundDecl, in AddSurrogateCandidate()
9988 DeclAccessPair FoundDecl = DeclAccessPair::make(*I, AS_none); in AddArgumentDependentLookupCandidates() local
10870 void MaybeEmitInheritedConstructorNote(Sema &S, const Decl *FoundDecl) { in MaybeEmitInheritedConstructorNote()
13452 DeclAccessPair FoundDecl, in AddOverloadedCallCandidate()
14091 ExprResult Sema::BuildCXXMemberCallExpr(Expr *E, NamedDecl *FoundDecl, in BuildCXXMemberCallExpr()
15295 DeclAccessPair FoundDecl = DeclAccessPair::make(nullptr, AS_public); in BuildCallToMemberFunction() local