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

/external/clang/lib/Parse/
H A DParseOpenMP.cpp452 SourceLocation RLoc; local
453 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
1211 /// \param RLoc Returned location of right paren.
1213 SourceLocation &RLoc) {
1227 RLoc = T.getCloseLocation();
1265 SourceLocation RLoc; local
1267 ExprResult Val = ParseOpenMPParensExpr(getOpenMPClauseName(Kind), RLoc);
1272 return Actions.ActOnOpenMPSingleExprClause(Kind, Val.get(), Loc, LLoc, RLoc);
1212 ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc) argument
H A DParseExpr.cpp1475 SourceLocation RLoc = Tok.getLocation(); local
1482 ColonLoc, Length.get(), RLoc);
1485 Idx.get(), RLoc);
/external/clang/lib/Sema/
H A DSemaOverload.cpp9976 SourceLocation RLoc = GetLocationForCandidate(R);
9980 if (RLoc.isInvalid()) return true;
9982 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
10167 SourceLocation RLoc = GetLocationForCandidate(R);
10172 if (RLoc.isInvalid())
10175 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11957 SourceLocation RLoc,
11970 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
11981 Context.DependentTy, VK_RValue, RLoc, false);
12039 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
[all...]
H A DSemaExpr.cpp4358 Expr *Idx, SourceLocation RLoc) {
4400 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
4496 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
4357 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
H A DSemaDeclCXX.cpp6572 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument
6590 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
/external/clang/include/clang/Parse/
H A DParser.h2551 /// \param RLoc Returned location of right paren.
2552 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc);
/external/clang/include/clang/Sema/
H A DSema.h2642 SourceLocation RLoc,
3928 Expr *Idx, SourceLocation RLoc);
3930 Expr *Idx, SourceLocation RLoc);
5420 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,

Completed in 306 milliseconds