| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 487 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 D | ParseExpr.cpp | 1934 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 D | MergeICmps.cpp | 259 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 D | SemaOverload.cpp | 11471 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 D | SemaExpr.cpp | 5148 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 D | TreeTransform.h | 2565 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument 2568 LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
|
| H A D | SemaDeclCXX.cpp | 9919 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 D | Parser.h | 3326 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc, 3333 SourceLocation RLoc; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3854 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 D | AArch64AsmParser.cpp | 4096 SMLoc RLoc = Parser.getTok().getLoc(); in ParseInstruction() local 4099 AArch64Operand::CreateToken("]", false, RLoc, getContext())); in ParseInstruction()
|