Home | History | Annotate | Download | only in Sema

Lines Matching refs:RLoc

8980     SourceLocation RLoc = GetLocationForCandidate(R);
8984 if (RLoc.isInvalid()) return true;
8986 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9171 SourceLocation RLoc = GetLocationForCandidate(R);
9176 if (RLoc.isInvalid())
9179 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10765 SourceLocation RLoc,
10778 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10791 RLoc, false));
10854 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10866 ResultTy, VK, RLoc,
10930 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);