Home
last modified time | relevance | path

Searched refs:RLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp487 SourceLocation RLoc = Tok.getLocation(); in ParseOpenMPReductionInitializerForDecl() local
489 RLoc = T.getCloseLocation(); in ParseOpenMPReductionInitializerForDecl()
495 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
734 SourceLocation RLoc; in parseDeclareSimdClauses() local
735 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc); in parseDeclareSimdClauses()
1092 SourceLocation RLoc; in parseContextScore() local
1093 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
1173 SourceLocation RLoc; in parseOMPContextSelector() local
1174 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc); in parseOMPContextSelector()
1380 SourceLocation RLoc; in ParseOMPDeclareVariantClauses() local
[all …]
H A DParseExpr.cpp1934 SourceLocation RLoc = Tok.getLocation(); in ParsePostfixExpressionSuffix() local
1944 Length.get(), Stride.get(), RLoc); in ParsePostfixExpressionSuffix()
1947 Idx.get(), RLoc); in ParsePostfixExpressionSuffix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp259 MemoryLocation RLoc = MemoryLocation::get(Rhs_.LoadI); in canSinkBCECmpInst() local
261 isModSet(AA.getModRefInfo(Inst, RLoc))) in canSinkBCECmpInst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp11471 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
11475 if (RLoc.isInvalid()) return true; in operator ()()
11477 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
11729 SourceLocation RLoc = GetLocationForCandidate(R); in operator ()() local
11734 if (RLoc.isInvalid()) in operator ()()
11737 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc); in operator ()()
13974 SourceLocation RLoc, in CreateOverloadedArraySubscriptExpr() argument
13987 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
13995 Context.DependentTy, VK_RValue, RLoc, in CreateOverloadedArraySubscriptExpr()
14054 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc)); in CreateOverloadedArraySubscriptExpr()
[all …]
H A DSemaExpr.cpp5148 SourceLocation LLoc, SourceLocation RLoc, in ActOnOMPIteratorExpr() argument
5430 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()
5435 Expr *Idx, SourceLocation RLoc) { in CreateBuiltinArraySubscriptExpr() argument
5488 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr, in CreateBuiltinArraySubscriptExpr()
5624 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc); in CreateBuiltinArraySubscriptExpr()
H A DTreeTransform.h2565 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument
2568 LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
H A DSemaDeclCXX.cpp9919 Scope *S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, in ActOnFinishCXXMemberSpecification() argument
9933 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef( in ActOnFinishCXXMemberSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3326 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc,
3333 SourceLocation RLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3854 SourceLocation RLoc,
5256 Expr *Idx, SourceLocation RLoc);
5258 Expr *Idx, SourceLocation RLoc);
5287 SourceLocation LLoc, SourceLocation RLoc,
7090 void ActOnFinishCXXMemberSpecification(Scope *S, SourceLocation RLoc,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4096 SMLoc RLoc = Parser.getTok().getLoc(); in ParseInstruction() local
4099 AArch64Operand::CreateToken("]", false, RLoc, getContext())); in ParseInstruction()