Home | History | Annotate | Download | only in Sema

Lines Matching refs:RLoc

8538     SourceLocation RLoc = GetLocationForCandidate(R);
8542 if (RLoc.isInvalid()) return true;
8544 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10171 SourceLocation RLoc,
10184 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10197 RLoc));
10263 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10274 ResultTy, VK, RLoc);
10337 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);