Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclLoc

2952   SourceLocation DeclLoc = Initializer->getLocStart();
2957 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true))
2964 S.MarkDeclarationReferenced(DeclLoc, Function);
2988 = S.CompareReferenceRelationship(DeclLoc, T1,
3032 SourceLocation DeclLoc = Initializer->getLocStart();
3060 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, DerivedToBase,
3359 SourceLocation DeclLoc = Kind.getLocation();
3364 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {
3531 SourceLocation DeclLoc = Initializer->getLocStart();
3539 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) {
3576 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
3584 S.MarkDeclarationReferenced(DeclLoc, Function);