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

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h28 SourceLocation RParenLoc; member in class:clang::ObjCForCollectionStmt
55 SourceLocation getRParenLoc() const { return RParenLoc; }
56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
78 SourceLocation AtCatchLoc, RParenLoc; member in class:clang::ObjCAtCatchStmt
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
104 SourceLocation getRParenLoc() const { return RParenLoc; }
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
H A DExpr.h1850 SourceLocation OperatorLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr
1861 SourceLocation RParenLoc);
1872 ArrayRef<Expr*> exprs, SourceLocation RParenLoc);
1882 SourceLocation getRParenLoc() const { return RParenLoc; }
1883 void setRParenLoc(SourceLocation R) { RParenLoc = R; }
1926 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
1949 SourceLocation OpLoc, RParenLoc;
1961 OpLoc(op), RParenLoc(rp) { function
1976 OpLoc(op), RParenLoc(rp) {
2025 SourceLocation getRParenLoc() const { return RParenLoc; }
2134 SourceLocation RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CallExpr
3368 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3410 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3478 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ConvertVectorExpr
3485 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument
3537 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3643 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
[all...]
H A DStmtCXX.h135 SourceLocation RParenLoc; member in class:clang::CXXForRangeStmt
189 SourceLocation getRParenLoc() const { return RParenLoc; }
190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
H A DExprCXX.h183 SourceLocation RParenLoc; // the location of the right parenthesis member in class:clang::CXXNamedCastExpr
190 SourceLocation RParenLoc,
193 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
208 SourceLocation getRParenLoc() const { return RParenLoc; }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
234 SourceLocation l, SourceLocation RParenLoc,
237 writtenTy, l, RParenLoc, AngleBrackets) {}
247 SourceLocation RParenLoc,
265 SourceLocation l, SourceLocation RParenLoc,
187 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, CastKind kind, Expr *op, unsigned PathSize, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
232 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
263 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind, Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
300 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
1629 SourceLocation RParenLoc; member in class:clang::CXXScalarValueInitExpr
[all...]
H A DExprObjC.h349 SourceLocation AtLoc, RParenLoc; member in class:clang::ObjCEncodeExpr
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; member in class:clang::ObjCSelectorExpr
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; }
431 SourceLocation AtLoc, ProtoLoc, RParenLoc; member in class:clang::ObjCProtocolExpr
[all...]
H A DTypeLoc.h936 SourceLocation RParenLoc;
947 return this->getLocalData()->RParenLoc;
953 this->getLocalData()->RParenLoc = Loc;
1165 SourceLocation RParenLoc;
1197 return this->getLocalData()->RParenLoc;
1200 this->getLocalData()->RParenLoc = Loc;
1488 SourceLocation RParenLoc;
1517 return this->getLocalData()->RParenLoc;
1520 this->getLocalData()->RParenLoc = Loc;
1580 SourceLocation KWLoc, LParenLoc, RParenLoc;
[all...]
H A DStmt.h1067 SourceLocation RParenLoc; // Location of final ')' in do stmt condition. member in class:clang::DoStmt
1072 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1092 SourceLocation getRParenLoc() const { return RParenLoc; }
1093 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1096 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
1117 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1164 SourceLocation getRParenLoc() const { return RParenLoc; }
1165 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
1501 SourceLocation RParenLoc; member in class:clang::GCCAsmStmt
1522 SourceLocation getRParenLoc() const { return RParenLoc; }
[all...]
H A DDeclCXX.h1845 SourceLocation RParenLoc; member in class:clang::CXXCtorInitializer
2026 SourceLocation getRParenLoc() const { return RParenLoc; }
3020 SourceLocation RParenLoc; member in class:clang::StaticAssertDecl
3024 SourceLocation RParenLoc, bool Failed)
3027 RParenLoc(RParenLoc) { }
3033 SourceLocation RParenLoc, bool Failed);
3044 SourceLocation getRParenLoc() const { return RParenLoc; }
3022 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp137 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
595 SourceLocation RParenLoc,
602 RParenLoc, AngleBrackets);
620 SourceLocation RParenLoc,
627 RParenLoc, AngleBrackets);
677 SourceLocation RParenLoc,
684 RParenLoc, AngleBrackets);
700 SourceLocation RParenLoc,
702 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
735 return RParenLoc
589 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
614 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
673 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
696 Create(const ASTContext &C, QualType T, ExprValueKind VK, Expr *Op, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument
1125 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
1151 Create(const ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
1456 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument
1485 Create(const ASTContext &C, QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument
[all...]
H A DExpr.cpp1115 RParenLoc = rparenloc;
1143 RParenLoc = rparenloc;
1286 SourceLocation RParenLoc) {
1292 RParenLoc);
1306 SourceLocation RParenLoc)
1312 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
3601 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
3631 SourceLocation RParenLoc,
3645 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLo
1281 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1303 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
3626 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3652 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
[all...]
H A DDeclCXX.cpp1572 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(IsVirtual),
1583 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false),
1594 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false),
1604 LParenLoc(L), RParenLoc(R), IsDelegating(true), IsVirtual(false),
1617 LParenLoc(L), RParenLoc(R), IsVirtual(false),
2100 SourceLocation RParenLoc,
2103 RParenLoc, Failed);
2096 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
H A DStmt.cpp636 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
716 RParenLoc = RPL;
794 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
856 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp644 SourceLocation RParenLoc; local
652 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1608 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); local
1612 << FixItHint::CreateInsertion(RParenLoc, ")");
1631 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local
1634 false, CastTy, RParenLoc);
1635 CastRange = SourceRange(LParenLoc, RParenLoc);
1683 SourceLocation LParenLoc, RParenLoc; local
1694 RParenLoc = T.getCloseLocation();
1695 if (RParenLoc
2017 ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, bool isTypeCast, ParsedType &CastTy, SourceLocation &RParenLoc) argument
2244 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
[all...]
H A DParsePragma.cpp47 SourceLocation RParenLoc; member in struct:PragmaPackInfo
62 Info->LParenLoc, Info->RParenLoc);
332 SourceLocation RParenLoc = Tok.getLocation(); local
347 Info->RParenLoc = RParenLoc;
503 SourceLocation RParenLoc; local
528 RParenLoc = Tok.getLocation();
545 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'");
H A DParseExprCXX.cpp1002 SourceLocation RParenLoc = T.getCloseLocation(); local
1003 DeclEndLoc = RParenLoc;
1048 EllipsisLoc, RParenLoc,
1097 /*RParenLoc=*/NoLoc,
1188 SourceLocation LParenLoc, RParenLoc;
1219 SourceLocation LParenLoc, RParenLoc; local
1250 RParenLoc = T.getCloseLocation();
1251 if (Ty.isInvalid() || RParenLoc.isInvalid())
1255 Ty.get().getAsOpaquePtr(), RParenLoc);
1264 RParenLoc
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h1149 Expr *Cond, SourceLocation RParenLoc) {
1151 Cond, RParenLoc);
1161 SourceLocation RParenLoc, Stmt *Body) {
1163 CondVar, Inc, RParenLoc, Body);
1212 SourceLocation RParenLoc) {
1215 AsmString, Clobbers, RParenLoc);
1264 SourceLocation RParenLoc,
1267 return getSema().ActOnObjCAtCatchStmt(AtLoc, RParenLoc,
1380 SourceLocation RParenLoc,
1385 RParenLoc);
1147 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument
1158 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
1207 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
1263 RebuildObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParenLoc, VarDecl *Var, Stmt *Body) argument
1377 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
1432 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
1558 RebuildOffsetOfExpr(SourceLocation OperatorLoc, TypeSourceInfo *Type, Sema::OffsetOfComponent *Components, unsigned NumComponents, SourceLocation RParenLoc) argument
1612 RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig = 0) argument
1704 RebuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) argument
1716 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument
1794 RebuildVAArgExpr(SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) argument
1806 RebuildParenListExpr(SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument
1826 RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc) argument
1836 RebuildChooseExpr(SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) argument
1848 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
1878 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1917 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1934 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1951 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1968 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1985 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument
1998 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2011 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2023 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2035 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2092 RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
2142 RebuildUnaryTypeTrait(UnaryTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *T, SourceLocation RParenLoc) argument
2153 RebuildBinaryTypeTrait(BinaryTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *LhsT, TypeSourceInfo *RhsT, SourceLocation RParenLoc) argument
2165 RebuildTypeTrait(TypeTrait Trait, SourceLocation StartLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument
2176 RebuildArrayTypeTrait(ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) argument
2188 RebuildExpressionTrait(ExpressionTrait Trait, SourceLocation StartLoc, Expr *Queried, SourceLocation RParenLoc) argument
2261 RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
2275 RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
2340 RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length) argument
2394 RebuildObjCEncodeExpr(SourceLocation AtLoc, TypeSourceInfo *EncodeTypeInfo, SourceLocation RParenLoc) argument
2538 RebuildShuffleVectorExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument
2569 RebuildConvertVectorExpr(SourceLocation BuiltinLoc, Expr *SrcExpr, TypeSourceInfo *DstTInfo, SourceLocation RParenLoc) argument
2638 RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, QualType RetTy, AtomicExpr::AtomicOp Op, SourceLocation RParenLoc) argument
[all...]
H A DSemaExprCXX.cpp340 SourceLocation RParenLoc) {
356 SourceRange(TypeidLoc, RParenLoc)));
363 SourceLocation RParenLoc) {
411 SourceRange(TypeidLoc, RParenLoc)));
417 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
454 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
458 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
465 SourceLocation RParenLoc) {
479 SourceRange(TypeidLoc, RParenLoc)));
486 SourceLocation RParenLoc) {
337 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
360 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
416 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
462 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
483 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument
505 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
844 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
864 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg Exprs, SourceLocation RParenLoc) argument
3608 evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument
3694 BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument
3713 ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, ArrayRef<ParsedType> Args, SourceLocation RParenLoc) argument
[all...]
H A DSemaStmtAsm.cpp82 SourceLocation RParenLoc) {
207 AsmString, NumClobbers, Clobbers, RParenLoc);
77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
H A DSemaExprObjC.cpp934 SourceLocation RParenLoc) {
960 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
967 SourceLocation RParenLoc) {
975 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc);
982 SourceLocation RParenLoc) {
984 SourceRange(LParenLoc, RParenLoc), false, false);
987 SourceRange(LParenLoc, RParenLoc));
992 RParenLoc.getLocWithOffset(-1));
1019 Sel << SourceRange(LParenLoc, RParenLoc);
1035 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);
932 BuildObjCEncodeExpression(SourceLocation AtLoc, TypeSourceInfo *EncodedTypeInfo, SourceLocation RParenLoc) argument
963 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
978 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
1038 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument
3593 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
H A DSemaStmt.cpp1522 SourceLocation RParenLoc, Stmt *Body) {
1565 RParenLoc));
1659 SourceLocation RParenLoc) {
1734 ForLoc, RParenLoc));
1836 SourceLocation RParenLoc, BuildForRangeKind Kind) {
1841 return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc);
1881 RParenLoc, Kind);
1977 SourceLocation RParenLoc) {
1990 AdjustedRange.get(), RParenLoc,
2002 AdjustedRange.get(), RParenLoc,
1519 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
1657 ActOnObjCForCollectionStmt(SourceLocation ForLoc, Stmt *First, Expr *collection, SourceLocation RParenLoc) argument
1834 ActOnCXXForRangeStmt(SourceLocation ForLoc, Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
1971 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
2024 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DSemaAttr.cpp187 SourceLocation LParenLoc, SourceLocation RParenLoc) {
185 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
H A DDeclSpec.cpp155 SourceLocation RParenLoc,
187 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *ArgInfo, unsigned NumArgs, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A 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...]
H A DInitialization.h476 SourceLocation RParenLoc) {
478 InitLoc, LParenLoc, RParenLoc);
529 SourceLocation RParenLoc,
532 InitLoc, LParenLoc, RParenLoc);
474 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
527 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
H A DDeclSpec.h1184 unsigned RParenLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1270 return SourceLocation::getFromRawEncoding(RParenLoc);
1430 SourceLocation RParenLoc,
1474 SourceLocation RParenLoc) {
1478 I.EndLoc = RParenLoc;
1473 getParen(SourceLocation LParenLoc, SourceLocation RParenLoc) argument

Completed in 489 milliseconds

12