Home
last modified time | relevance | path

Searched refs:RLoc (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp9533 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
9537 if (RLoc.isInvalid()) return true; in operator ()()
9539 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
9723 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
9728 if (RLoc.isInvalid()) in operator ()()
9731 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
11352 SourceLocation RLoc, in CreateOverloadedArraySubscriptExpr() argument
11365 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
11376 Context.DependentTy, VK_RValue, RLoc, false); in CreateOverloadedArraySubscriptExpr()
11434 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
[all …]
HDSemaExpr.cpp3996 Expr *Idx, SourceLocation RLoc) { in CreateBuiltinArraySubscriptExpr() argument
4038 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
4134 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc); in CreateBuiltinArraySubscriptExpr()
HDSemaDeclCXX.cpp6416 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, in ActOnFinishCXXMemberSpecification() argument
6434 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef( in ActOnFinishCXXMemberSpecification()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp1406 SourceLocation RLoc = Tok.getLocation(); in ParsePostfixExpressionSuffix() local
1410 Idx.get(), RLoc); in ParsePostfixExpressionSuffix()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2519 SourceLocation RLoc,
3773 Expr *Idx, SourceLocation RLoc);
3775 Expr *Idx, SourceLocation RLoc);
5219 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,