Searched defs:RLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp1369 SourceLocation RLoc = Tok.getLocation(); local
1373 Idx.take(), RLoc);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp4753 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
4771 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
H A DSemaExpr.cpp3233 Expr *Idx, SourceLocation RLoc) {
3246 RLoc));
3255 return CreateOverloadedArraySubscriptExpr(LLoc, RLoc, Base, Idx);
3258 return CreateBuiltinArraySubscriptExpr(Base, LLoc, Idx, RLoc);
3263 Expr *Idx, SourceLocation RLoc) {
3305 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
3405 ResultType, VK, OK, RLoc));
3232 ActOnArraySubscriptExpr(Scope *S, Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
3262 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
H A DSemaOverload.cpp8684 SourceLocation RLoc = GetLocationForCandidate(R); local
8688 if (RLoc.isInvalid()) return true;
8690 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10361 SourceLocation RLoc,
10374 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10387 RLoc));
10453 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10464 ResultTy, VK, RLoc);
10527 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);
10360 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, SourceLocation RLoc, Expr *Base, Expr *Idx) argument

Completed in 277 milliseconds