Lines Matching defs:RLoc
12494 SourceLocation RLoc = GetLocationForCandidate(R);
12497 if (LLoc.isValid() && RLoc.isValid())
12498 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
12499 if (LLoc.isValid() && !RLoc.isValid())
12501 if (RLoc.isValid() && !LLoc.isValid())
12503 assert(!LLoc.isValid() && !RLoc.isValid());
12820 SourceLocation RLoc = GetLocationForCandidate(R);
12825 if (RLoc.isInvalid())
12828 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
15224 SourceLocation RLoc,
15247 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
15255 Context.DependentTy, VK_PRValue, RLoc,
15319 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
15332 Context, OO_Subscript, FnExpr.get(), MethodArgs, ResultTy, VK, RLoc,
15413 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);