Lines Matching defs:RLoc
12300 SourceLocation RLoc = GetLocationForCandidate(R);
12303 if (LLoc.isValid() && RLoc.isValid())
12304 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
12305 if (LLoc.isValid() && !RLoc.isValid())
12307 if (RLoc.isValid() && !LLoc.isValid())
12309 assert(!LLoc.isValid() && !RLoc.isValid());
12626 SourceLocation RLoc = GetLocationForCandidate(R);
12631 if (RLoc.isInvalid())
12634 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
15021 SourceLocation RLoc,
15044 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
15052 Context.DependentTy, VK_PRValue, RLoc,
15116 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
15129 Context, OO_Subscript, FnExpr.get(), MethodArgs, ResultTy, VK, RLoc,
15208 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);