Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

3352 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc,
3420 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
3628 SourceLocation DeclLoc = Initializer->getLocStart();
3631 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, dummy1,
3923 SourceLocation DeclLoc = Initializer->getLocStart();
3928 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true))
3960 = S.CompareReferenceRelationship(DeclLoc, T1,
4083 SourceLocation DeclLoc = Initializer->getLocStart();
4092 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, DerivedToBase,
4503 SourceLocation DeclLoc = Initializer->getLocStart();
4511 if (S.isCompleteType(DeclLoc, SourceType)) {
4547 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {