Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

4104                          QualType DeclType, SourceLocation DeclLoc,
4111 OverloadCandidateSet CandidateSet(DeclLoc, OverloadCandidateSet::CSK_Normal);
4148 DeclLoc,
4181 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
4230 SourceLocation DeclLoc,
4259 = S.CompareReferenceRelationship(DeclLoc, T1, T2, DerivedToBase,
4317 S.isCompleteType(DeclLoc, T2) &&
4319 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4380 T2->isRecordType() && S.isCompleteType(DeclLoc, T2) &&
4381 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,