Home | History | Annotate | Download | only in Sema

Lines Matching refs:RLoc

9345     SourceLocation RLoc = GetLocationForCandidate(R);
9349 if (RLoc.isInvalid()) return true;
9351 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9535 SourceLocation RLoc = GetLocationForCandidate(R);
9540 if (RLoc.isInvalid())
9543 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11139 SourceLocation RLoc,
11152 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11163 Context.DependentTy, VK_RValue, RLoc, false);
11221 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11238 ResultTy, VK, RLoc,
11301 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);