Lines Matching refs:RLoc
9820 SourceLocation RLoc = GetLocationForCandidate(R);
9824 if (RLoc.isInvalid()) return true;
9826 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10011 SourceLocation RLoc = GetLocationForCandidate(R);
10016 if (RLoc.isInvalid())
10019 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11710 SourceLocation RLoc,
11723 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11734 Context.DependentTy, VK_RValue, RLoc, false);
11792 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11809 ResultTy, VK, RLoc,
11872 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);