Lines Matching defs:DeclLoc
4293 Sema &S, SourceLocation DeclLoc, MultiExprArg Args,
4364 if (SourceRD && S.isCompleteType(DeclLoc, Initializer->getType())) {
4393 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
4714 SourceLocation DeclLoc = Initializer->getBeginLoc();
4716 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2);
5120 SourceLocation DeclLoc = Initializer->getBeginLoc();
5125 = CandidateSet.BestViableFunction(S, DeclLoc, Best))
5156 S.CompareReferenceRelationship(DeclLoc, T1, cv3T3, &RefConv);
5254 SourceLocation DeclLoc = Initializer->getBeginLoc();
5263 S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, &RefConv);
6010 SourceLocation DeclLoc = Initializer->getBeginLoc();
6018 if (S.isCompleteType(DeclLoc, SourceType)) {
6052 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {