Home
last modified time | relevance | path

Searched refs:RParenLoc (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprCXX.h183 SourceLocation RParenLoc; // the location of the right parenthesis variable
190 SourceLocation RParenLoc, in CXXNamedCastExpr() argument
193 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {} in CXXNamedCastExpr()
208 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd()
234 SourceLocation l, SourceLocation RParenLoc, in CXXStaticCastExpr() argument
237 writtenTy, l, RParenLoc, AngleBrackets) {} in CXXStaticCastExpr()
247 SourceLocation RParenLoc,
265 SourceLocation l, SourceLocation RParenLoc, in CXXDynamicCastExpr() argument
268 writtenTy, l, RParenLoc, AngleBrackets) {} in CXXDynamicCastExpr()
[all …]
DExpr.h1850 SourceLocation OperatorLoc, RParenLoc;
1861 SourceLocation RParenLoc);
1872 ArrayRef<Expr*> exprs, SourceLocation RParenLoc);
1882 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
1883 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc()
1926 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd()
1949 SourceLocation OpLoc, RParenLoc; variable
1961 OpLoc(op), RParenLoc(rp) { in UnaryExprOrTypeTraitExpr()
1976 OpLoc(op), RParenLoc(rp) { in UnaryExprOrTypeTraitExpr()
2025 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
[all …]
DStmtObjC.h28 SourceLocation RParenLoc; variable
55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
78 SourceLocation AtCatchLoc, RParenLoc; variable
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
DExprObjC.h349 SourceLocation AtLoc, RParenLoc;
358 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
365 SourceLocation getRParenLoc() const { return RParenLoc; }
366 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
376 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
389 SourceLocation AtLoc, RParenLoc;
395 SelName(selInfo), AtLoc(at), RParenLoc(rp){}
403 SourceLocation getRParenLoc() const { return RParenLoc; }
405 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
408 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
[all …]
DTypeLoc.h936 SourceLocation RParenLoc; member
947 return this->getLocalData()->RParenLoc; in getRParenLoc()
953 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
1165 SourceLocation RParenLoc; member
1197 return this->getLocalData()->RParenLoc; in getRParenLoc()
1200 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
1488 SourceLocation RParenLoc; member
1517 return this->getLocalData()->RParenLoc; in getRParenLoc()
1520 this->getLocalData()->RParenLoc = Loc; in setRParenLoc()
1580 SourceLocation KWLoc, LParenLoc, RParenLoc; member
[all …]
DStmtCXX.h135 SourceLocation RParenLoc; variable
189 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc()
DStmt.h1067 SourceLocation RParenLoc; // Location of final ')' in do stmt condition. variable
1072 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
1092 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
1093 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc()
1096 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd()
1117 SourceLocation LParenLoc, RParenLoc; variable
1164 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
1165 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc()
1501 SourceLocation RParenLoc; variable
1522 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
[all …]
DDeclCXX.h1845 SourceLocation RParenLoc; variable
2026 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
3020 SourceLocation RParenLoc; variable
3024 SourceLocation RParenLoc, bool Failed) in StaticAssertDecl() argument
3027 RParenLoc(RParenLoc) { } in StaticAssertDecl()
3033 SourceLocation RParenLoc, bool Failed);
3044 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprCXX.cpp137 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; in getLocStart()
595 SourceLocation RParenLoc, in Create() argument
602 RParenLoc, AngleBrackets); in Create()
620 SourceLocation RParenLoc, in Create() argument
627 RParenLoc, AngleBrackets); in Create()
677 SourceLocation RParenLoc, in Create() argument
684 RParenLoc, AngleBrackets); in Create()
700 SourceLocation RParenLoc, in Create() argument
702 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); in Create()
735 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd(); in getLocEnd()
[all …]
DExpr.cpp1115 RParenLoc = rparenloc; in CallExpr()
1143 RParenLoc = rparenloc; in CallExpr()
1286 SourceLocation RParenLoc) { in Create() argument
1292 RParenLoc); in Create()
1306 SourceLocation RParenLoc) in OffsetOfExpr() argument
1312 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
3601 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) in ShuffleVectorExpr()
3631 SourceLocation RParenLoc, in GenericSelectionExpr() argument
3645 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
3657 SourceLocation RParenLoc, in GenericSelectionExpr() argument
[all …]
DDeclCXX.cpp1572 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(IsVirtual), in CXXCtorInitializer()
1583 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), in CXXCtorInitializer()
1594 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), in CXXCtorInitializer()
1604 LParenLoc(L), RParenLoc(R), IsDelegating(true), IsVirtual(false), in CXXCtorInitializer()
1617 LParenLoc(L), RParenLoc(R), IsVirtual(false), in CXXCtorInitializer()
2100 SourceLocation RParenLoc, in Create() argument
2103 RParenLoc, Failed); in Create()
DStmt.cpp636 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
716 RParenLoc = RPL; in ObjCForCollectionStmt()
794 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) { in CXXForRangeStmt()
856 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP) in ForStmt()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExpr.cpp644 SourceLocation RParenLoc; in ParseCastExpression() local
652 isTypeCast == IsTypeCast, CastTy, RParenLoc); in ParseCastExpression()
1608 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseExprAfterUnaryExprOrTypeTrait() local
1612 << FixItHint::CreateInsertion(RParenLoc, ")"); in ParseExprAfterUnaryExprOrTypeTrait()
1631 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local
1634 false, CastTy, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait()
1635 CastRange = SourceRange(LParenLoc, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait()
1683 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local
1694 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression()
1695 if (RParenLoc.isInvalid()) in ParseUnaryExprOrTypeTraitExpression()
[all …]
DParsePragma.cpp47 SourceLocation RParenLoc; member
62 Info->LParenLoc, Info->RParenLoc); in HandlePragmaPack()
332 SourceLocation RParenLoc = Tok.getLocation(); in HandlePragma() local
347 Info->RParenLoc = RParenLoc; in HandlePragma()
503 SourceLocation RParenLoc; in HandlePragma() local
528 RParenLoc = Tok.getLocation(); in HandlePragma()
545 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'"); in HandlePragma()
DParseExprCXX.cpp1002 SourceLocation RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer() local
1003 DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer()
1048 EllipsisLoc, RParenLoc, in ParseLambdaExpressionAfterIntroducer()
1188 SourceLocation LParenLoc, RParenLoc; in ParseCXXCasts() local
1219 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local
1250 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1251 if (Ty.isInvalid() || RParenLoc.isInvalid()) in ParseCXXTypeid()
1255 Ty.get().getAsOpaquePtr(), RParenLoc); in ParseCXXTypeid()
1264 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1265 if (RParenLoc.isInvalid()) in ParseCXXTypeid()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h1149 Expr *Cond, SourceLocation RParenLoc) { in RebuildDoStmt() argument
1151 Cond, RParenLoc); in RebuildDoStmt()
1161 SourceLocation RParenLoc, Stmt *Body) { in RebuildForStmt() argument
1163 CondVar, Inc, RParenLoc, Body); in RebuildForStmt()
1212 SourceLocation RParenLoc) { in RebuildGCCAsmStmt() argument
1215 AsmString, Clobbers, RParenLoc); in RebuildGCCAsmStmt()
1264 SourceLocation RParenLoc, in RebuildObjCAtCatchStmt() argument
1267 return getSema().ActOnObjCAtCatchStmt(AtLoc, RParenLoc, in RebuildObjCAtCatchStmt()
1380 SourceLocation RParenLoc, in RebuildObjCForCollectionStmt() argument
1385 RParenLoc); in RebuildObjCForCollectionStmt()
[all …]
DSemaExprCXX.cpp340 SourceLocation RParenLoc) { in BuildCXXTypeId() argument
356 SourceRange(TypeidLoc, RParenLoc))); in BuildCXXTypeId()
363 SourceLocation RParenLoc) { in BuildCXXTypeId() argument
411 SourceRange(TypeidLoc, RParenLoc))); in BuildCXXTypeId()
417 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
454 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
458 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
465 SourceLocation RParenLoc) { in BuildCXXUuidof() argument
479 SourceRange(TypeidLoc, RParenLoc))); in BuildCXXUuidof()
486 SourceLocation RParenLoc) { in BuildCXXUuidof() argument
[all …]
DSemaStmt.cpp1522 SourceLocation RParenLoc, Stmt *Body) { in ActOnForStmt() argument
1565 RParenLoc)); in ActOnForStmt()
1659 SourceLocation RParenLoc) { in ActOnObjCForCollectionStmt() argument
1734 ForLoc, RParenLoc)); in ActOnObjCForCollectionStmt()
1836 SourceLocation RParenLoc, BuildForRangeKind Kind) { in ActOnCXXForRangeStmt() argument
1841 return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc); in ActOnCXXForRangeStmt()
1881 RParenLoc, Kind); in ActOnCXXForRangeStmt()
1977 SourceLocation RParenLoc) { in RebuildForRangeWithDereference() argument
1990 AdjustedRange.get(), RParenLoc, in RebuildForRangeWithDereference()
2002 AdjustedRange.get(), RParenLoc, in RebuildForRangeWithDereference()
[all …]
DSemaExprObjC.cpp934 SourceLocation RParenLoc) { in BuildObjCEncodeExpression() argument
960 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); in BuildObjCEncodeExpression()
967 SourceLocation RParenLoc) { in ParseObjCEncodeExpression() argument
975 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc); in ParseObjCEncodeExpression()
982 SourceLocation RParenLoc) { in ParseObjCSelectorExpression() argument
984 SourceRange(LParenLoc, RParenLoc), false, false); in ParseObjCSelectorExpression()
987 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
992 RParenLoc.getLocWithOffset(-1)); in ParseObjCSelectorExpression()
1019 Sel << SourceRange(LParenLoc, RParenLoc); in ParseObjCSelectorExpression()
1035 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc); in ParseObjCSelectorExpression()
[all …]
DSemaExpr.cpp1275 SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1290 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1301 SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1375 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack)); in CreateGenericSelectionExpr()
1430 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack, in CreateGenericSelectionExpr()
4029 SourceLocation RParenLoc, in ConvertArgumentsForCall() argument
4067 Diag(RParenLoc, MinArgs == NumArgsInProto && !Proto->isVariadic() in ConvertArgumentsForCall()
4073 Diag(RParenLoc, MinArgs == NumArgsInProto && !Proto->isVariadic() in ConvertArgumentsForCall()
4391 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr() argument
4414 RParenLoc)); in ActOnCallExpr()
[all …]
DSemaStmtAsm.cpp82 SourceLocation RParenLoc) { in ActOnGCCAsmStmt() argument
207 AsmString, NumClobbers, Clobbers, RParenLoc); in ActOnGCCAsmStmt()
DDeclSpec.cpp155 SourceLocation RParenLoc, in getFunction() argument
187 I.Fun.RParenLoc = RParenLoc.getRawEncoding(); in getFunction()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1592 SourceLocation RParenLoc);
2270 SourceLocation RParenLoc,
2275 MultiExprArg Args, SourceLocation RParenLoc,
2297 SourceLocation RParenLoc);
2301 SourceLocation RParenLoc);
2916 SourceLocation RParenLoc,
2922 SourceLocation RParenLoc);
2938 SourceLocation RParenLoc,
2945 SourceLocation RParenLoc,
2976 SourceLocation RParenLoc);
[all …]
DInitialization.h476 SourceLocation RParenLoc) { in CreateDirect() argument
478 InitLoc, LParenLoc, RParenLoc); in CreateDirect()
529 SourceLocation RParenLoc,
532 InitLoc, LParenLoc, RParenLoc);
DDeclSpec.h1184 unsigned RParenLoc; member
1270 return SourceLocation::getFromRawEncoding(RParenLoc); in getRParenLoc()
1430 SourceLocation RParenLoc,
1474 SourceLocation RParenLoc) { in getParen()
1478 I.EndLoc = RParenLoc; in getParen()

12