Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

3382                          QualType DeclType, SourceLocation DeclLoc,
3389 OverloadCandidateSet CandidateSet(DeclLoc);
3428 DeclLoc,
3459 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
3475 S.MarkDeclarationReferenced(DeclLoc, Best->Function);
3510 SourceLocation DeclLoc,
3539 = S.CompareReferenceRelationship(DeclLoc, T1, T2, DerivedToBase,
3596 !S.RequireCompleteType(DeclLoc, T2, 0) &&
3598 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
3668 T2->isRecordType() && !S.RequireCompleteType(DeclLoc, T2, 0) &&
3669 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,