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

/external/clang/lib/Parse/
H A DParseExpr.cpp1337 SourceLocation RLoc = Tok.getLocation(); local
1341 Idx.take(), RLoc);
/external/clang/lib/Sema/
H A DSemaOverload.cpp8799 SourceLocation RLoc = GetLocationForCandidate(R); local
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);
10495 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, SourceLocation RLoc, Expr *Base, Expr *Idx) argument
H A DSemaDeclCXX.cpp5416 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
5434 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
H A DSemaExpr.cpp3398 Expr *Idx, SourceLocation RLoc) {
3440 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
3540 ResultType, VK, OK, RLoc));
3397 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h2137 SourceLocation RLoc,
3129 Expr *Idx, SourceLocation RLoc);
3131 Expr *Idx, SourceLocation RLoc);
4512 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,

Completed in 336 milliseconds