Home | History | Annotate | Download | only in Sema

Lines Matching defs:DeclLoc

2792 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc,
2852 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
3062 SourceLocation DeclLoc = Initializer->getLocStart();
3065 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, dummy1,
3263 SourceLocation DeclLoc = Initializer->getLocStart();
3268 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true))
3275 S.MarkFunctionReferenced(DeclLoc, Function);
3301 = S.CompareReferenceRelationship(DeclLoc, T1,
3373 SourceLocation DeclLoc = Initializer->getLocStart();
3382 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, DerivedToBase,
3756 SourceLocation DeclLoc = Initializer->getLocStart();
3764 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) {
3801 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
3809 S.MarkFunctionReferenced(DeclLoc, Function);