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

/external/clang/lib/Parse/
H A DParseExpr.cpp1254 SourceLocation RLoc = Tok.getLocation(); local
1258 Idx.get(), RLoc);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6031 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
6049 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
H A DSemaOverload.cpp9345 SourceLocation RLoc = GetLocationForCandidate(R); local
9349 if (RLoc.isInvalid()) return true;
9351 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
9535 SourceLocation RLoc = GetLocationForCandidate(R); local
9540 if (RLoc.isInvalid())
9543 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11139 SourceLocation RLoc,
11152 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11163 Context.DependentTy, VK_RValue, RLoc, false);
11221 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11138 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc, SourceLocation RLoc, Expr *Base, Expr *Idx) argument
[all...]
H A DSemaExpr.cpp3811 Expr *Idx, SourceLocation RLoc) {
3853 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
3949 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
3810 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument

Completed in 804 milliseconds