Searched refs:RLoc (Results 1 - 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 452 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 D | ParseExpr.cpp | 1475 SourceLocation RLoc = Tok.getLocation(); local 1482 ColonLoc, Length.get(), RLoc); 1485 Idx.get(), RLoc);
|
/external/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 9976 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 D | SemaExpr.cpp | 4358 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 D | SemaDeclCXX.cpp | 6572 void Sema::ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, argument 6590 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
|
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 2551 /// \param RLoc Returned location of right paren. 2552 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 2642 SourceLocation RLoc, 3928 Expr *Idx, SourceLocation RLoc); 3930 Expr *Idx, SourceLocation RLoc); 5420 void ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc,
|
Completed in 350 milliseconds