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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1346 SourceLocation RLoc = Tok.getLocation(); local
1350 Idx.take(), RLoc);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp8834 SourceLocation RLoc = GetLocationForCandidate(R); local
8838 if (RLoc.isInvalid()) return true;
8840 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10542 SourceLocation RLoc,
10555 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10568 RLoc, false));
10631 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10643 ResultTy, VK, RLoc,
10707 return CreateBuiltinArraySubscriptExpr(Args[0], LLoc, Args[1], RLoc);
10541 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, SourceLocation RLoc, Expr *Base, Expr *Idx) argument
H A DSemaDeclCXX.cpp5569 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
5587 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
H A DSemaExpr.cpp3554 Expr *Idx, SourceLocation RLoc) {
3596 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
3696 ResultType, VK, OK, RLoc));
3553 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2184 SourceLocation RLoc,
3192 Expr *Idx, SourceLocation RLoc);
3194 Expr *Idx, SourceLocation RLoc);
4578 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,

Completed in 309 milliseconds