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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9087 SourceLocation RLoc = GetLocationForCandidate(R); local
9091 if (RLoc.isInvalid()) return true;
9093 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9278 SourceLocation RLoc = GetLocationForCandidate(R); local
9283 if (RLoc.isInvalid())
9286 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10890 SourceLocation RLoc,
10903 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10916 RLoc, false));
10974 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
10889 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, SourceLocation RLoc, Expr *Base, Expr *Idx) argument
[all...]
H A DSemaExpr.cpp3714 Expr *Idx, SourceLocation RLoc) {
3756 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, 0, 0);
3851 ResultType, VK, OK, RLoc));
3713 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
H A DSemaDeclCXX.cpp5853 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
5871 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1358 SourceLocation RLoc = Tok.getLocation(); local
1362 Idx.take(), RLoc);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2290 SourceLocation RLoc,
3366 Expr *Idx, SourceLocation RLoc);
3368 Expr *Idx, SourceLocation RLoc);
4795 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,

Completed in 243 milliseconds