Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

4612                          QualType DeclType, SourceLocation DeclLoc,
4619 DeclLoc, OverloadCandidateSet::CSK_InitByUserDefinedConversion);
4647 DeclLoc,
4680 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) {
4729 SourceLocation DeclLoc,
4757 S.CompareReferenceRelationship(DeclLoc, T1, T2, &RefConv);
4827 S.isCompleteType(DeclLoc, T2) &&
4829 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4875 T2->isRecordType() && S.isCompleteType(DeclLoc, T2) &&
4876 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,