Lines Matching defs:DeclLoc
4228 Sema &S, SourceLocation DeclLoc, MultiExprArg Args,
4299 if (SourceRD && S.isCompleteType(DeclLoc, Initializer->getType())) {
4328 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
4605 SourceLocation DeclLoc = Initializer->getBeginLoc();
4607 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2);
4986 SourceLocation DeclLoc = Initializer->getBeginLoc();
4991 = CandidateSet.BestViableFunction(S, DeclLoc, Best))
5022 S.CompareReferenceRelationship(DeclLoc, T1, cv3T3, &RefConv);
5120 SourceLocation DeclLoc = Initializer->getBeginLoc();
5129 S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, &RefConv);
5866 SourceLocation DeclLoc = Initializer->getBeginLoc();
5874 if (S.isCompleteType(DeclLoc, SourceType)) {
5908 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {