Lines Matching refs:DeclLoc
3923 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc,
3997 if (SourceRD && S.isCompleteType(DeclLoc, Initializer->getType())) {
4026 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
4302 SourceLocation DeclLoc = Initializer->getBeginLoc();
4304 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2);
4654 SourceLocation DeclLoc = Initializer->getBeginLoc();
4659 = CandidateSet.BestViableFunction(S, DeclLoc, Best))
4690 S.CompareReferenceRelationship(DeclLoc, T1, cv3T3, &RefConv);
4786 SourceLocation DeclLoc = Initializer->getBeginLoc();
4795 S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, &RefConv);
5278 SourceLocation DeclLoc = Initializer->getBeginLoc();
5286 if (S.isCompleteType(DeclLoc, SourceType)) {
5320 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {