Lines Matching defs:Found
1221 DeclAccessPair Found = ICS.UserDefined.FoundConversionFunction; in TryUserDefinedConversion() local
4303 DeclAccessPair Found; in TryReferenceInit() local
4735 DeclAccessPair Found; in TryListConversion() local
5356 DeclAccessPair Found = ExplicitConversions[0]; in diagnoseNoViableConversion() local
5394 DeclAccessPair &Found) { in recordConversion()
5611 DeclAccessPair Found = in PerformContextualImplicitConversion() local
5644 DeclAccessPair Found = ViableConversions[0]; in PerformContextualImplicitConversion() local
8864 NamedDecl *Found, in ClassifyOverloadCandidate()
8994 void Sema::NoteOverloadCandidate(NamedDecl *Found, FunctionDecl *Fn, in NoteOverloadCandidate()
9323 static void DiagnoseArityMismatch(Sema &S, NamedDecl *Found, Decl *D, in DiagnoseArityMismatch()
9383 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated, in DiagnoseBadDeduction()
10766 FunctionDecl *Found = resolveAddressOfOnlyViableOverloadCandidate(E, DAP); in resolveAndFixAddressOfOnlyViableOverloadCandidate() local
12968 Expr *Sema::FixOverloadedFunctionReference(Expr *E, DeclAccessPair Found, in FixOverloadedFunctionReference()
13129 DeclAccessPair Found, in FixOverloadedFunctionReference()