Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

4071                          QualType DeclType, SourceLocation DeclLoc,
4078 OverloadCandidateSet CandidateSet(DeclLoc, OverloadCandidateSet::CSK_Normal);
4118 DeclLoc,
4151 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
4200 SourceLocation DeclLoc,
4229 = S.CompareReferenceRelationship(DeclLoc, T1, T2, DerivedToBase,
4287 !S.RequireCompleteType(DeclLoc, T2, 0) &&
4289 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4360 T2->isRecordType() && !S.RequireCompleteType(DeclLoc, T2, 0) &&
4361 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,