Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

3902                          QualType DeclType, SourceLocation DeclLoc,
3909 OverloadCandidateSet CandidateSet(DeclLoc);
3948 DeclLoc,
3979 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
3995 S.MarkFunctionReferenced(DeclLoc, Best->Function);
4030 SourceLocation DeclLoc,
4059 = S.CompareReferenceRelationship(DeclLoc, T1, T2, DerivedToBase,
4116 !S.RequireCompleteType(DeclLoc, T2, 0) &&
4118 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4188 T2->isRecordType() && !S.RequireCompleteType(DeclLoc, T2, 0) &&
4189 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,