Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1431 SourceLocation RLoc = Tok.getLocation(); in ParsePostfixExpressionSuffix() local
1437 ColonLoc, Length.get(), RLoc); in ParsePostfixExpressionSuffix()
1440 Idx.get(), RLoc); in ParsePostfixExpressionSuffix()
/external/clang/lib/Sema/
DSemaOverload.cpp9820 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
9824 if (RLoc.isInvalid()) return true; in operator ()()
9826 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
10011 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
10016 if (RLoc.isInvalid()) in operator ()()
10019 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
11710 SourceLocation RLoc, in CreateOverloadedArraySubscriptExpr() argument
11723 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
11734 Context.DependentTy, VK_RValue, RLoc, false); in CreateOverloadedArraySubscriptExpr()
11792 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
[all …]
DSemaExpr.cpp4123 Expr *Idx, SourceLocation RLoc) { in CreateBuiltinArraySubscriptExpr() argument
4165 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
4261 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc); in CreateBuiltinArraySubscriptExpr()
DSemaDeclCXX.cpp6417 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, in ActOnFinishCXXMemberSpecification() argument
6435 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef( in ActOnFinishCXXMemberSpecification()
/external/clang/include/clang/Sema/
DSema.h2569 SourceLocation RLoc,
3837 Expr *Idx, SourceLocation RLoc);
3839 Expr *Idx, SourceLocation RLoc);
5297 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,