Home | History | Annotate | Download | only in Sema

Lines Matching full:rloc

9549     SourceLocation RLoc = GetLocationForCandidate(R);
9553 if (RLoc.isInvalid()) return true;
9555 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9739 SourceLocation RLoc = GetLocationForCandidate(R);
9744 if (RLoc.isInvalid())
9747 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11361 SourceLocation RLoc,
11374 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11385 Context.DependentTy, VK_RValue, RLoc, false);
11443 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11460 ResultTy, VK, RLoc,
11523 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);