Home | History | Annotate | Download | only in Sema

Lines Matching defs:RLoc

8799     SourceLocation RLoc = GetLocationForCandidate(R);
8803 if (RLoc.isInvalid()) return true;
8805 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10496 SourceLocation RLoc,
10509 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10522 RLoc, false));
10585 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10597 ResultTy, VK, RLoc,
10661 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);