/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 183 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 1547 SourceLocation RParenLoc; member in class:clang::CXXScalarValueInitExpr [all...] |
H A D | StmtObjC.h | 28 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 D | Expr.h | 1869 SourceLocation OperatorLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr 1880 SourceLocation RParenLoc); 1891 ArrayRef<Expr*> exprs, SourceLocation RParenLoc); 1901 SourceLocation getRParenLoc() const { return RParenLoc; } 1902 void setRParenLoc(SourceLocation R) { RParenLoc = R; } 1945 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } 1968 SourceLocation OpLoc, RParenLoc; 1980 OpLoc(op), RParenLoc(rp) { function 1995 OpLoc(op), RParenLoc(rp) { 2044 SourceLocation getRParenLoc() const { return RParenLoc; } 2153 SourceLocation RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CallExpr 3392 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::StmtExpr 3434 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr 3502 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ConvertVectorExpr 3509 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument 3561 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr 3667 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr 4286 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::DesignatedInitExpr::ParenListExpr 4554 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::DesignatedInitExpr::AsTypeExpr 4561 AsTypeExpr(Expr* SrcExpr, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument 4759 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr::AtomicExpr [all...] |
H A D | StmtCXX.h | 135 SourceLocation RParenLoc; member in class:clang::CXXForRangeStmt 189 SourceLocation getRParenLoc() const { return RParenLoc; } 190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
|
H A D | ExprObjC.h | 349 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 D | TypeLoc.h | 936 SourceLocation RParenLoc; 947 return this->getLocalData()->RParenLoc; 953 this->getLocalData()->RParenLoc = Loc; 1168 SourceLocation RParenLoc; 1200 return this->getLocalData()->RParenLoc; 1203 this->getLocalData()->RParenLoc = Loc; 1491 SourceLocation RParenLoc; 1520 return this->getLocalData()->RParenLoc; 1523 this->getLocalData()->RParenLoc = Loc; 1583 SourceLocation KWLoc, LParenLoc, RParenLoc; [all...] |
H A D | Stmt.h | 1089 SourceLocation RParenLoc; // Location of final ')' in do stmt condition. member in class:clang::DoStmt 1094 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) { 1114 SourceLocation getRParenLoc() const { return RParenLoc; } 1115 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 1118 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } 1139 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt 1186 SourceLocation getRParenLoc() const { return RParenLoc; } 1187 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 1540 SourceLocation RParenLoc; member in class:clang::GCCAsmStmt 1561 SourceLocation getRParenLoc() const { return RParenLoc; } [all...] |
H A D | DeclCXX.h | 1902 SourceLocation RParenLoc; member in class:clang::CXXCtorInitializer 2083 SourceLocation getRParenLoc() const { return RParenLoc; } 3096 SourceLocation RParenLoc; member in class:clang::StaticAssertDecl 3100 SourceLocation RParenLoc, bool Failed) 3103 RParenLoc(RParenLoc) { } 3109 SourceLocation RParenLoc, bool Failed); 3120 SourceLocation getRParenLoc() const { return RParenLoc; } 3098 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
|
/external/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 644 SourceLocation RParenLoc; local 646 isTypeCast == IsTypeCast, CastTy, RParenLoc); 1503 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); local 1507 << FixItHint::CreateInsertion(RParenLoc, ")"); 1527 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local 1530 false, CastTy, RParenLoc); 1531 CastRange = SourceRange(LParenLoc, RParenLoc); 1579 SourceLocation LParenLoc, RParenLoc; local 1590 RParenLoc = T.getCloseLocation(); 1591 if (RParenLoc 1923 ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, bool isTypeCast, ParsedType &CastTy, SourceLocation &RParenLoc) argument 2153 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument [all...] |
H A D | ParsePragma.cpp | 308 SourceLocation RParenLoc; member in struct:PragmaPackInfo 323 Info->LParenLoc, Info->RParenLoc); 783 SourceLocation RParenLoc = Tok.getLocation(); local 798 Info->RParenLoc = RParenLoc; 954 SourceLocation RParenLoc; local 979 RParenLoc = Tok.getLocation(); 996 assert(RParenLoc.isValid() && "Valid '#pragma unused' must have ')'");
|
H A D | ParseExprCXX.cpp | 1035 SourceLocation RParenLoc = T.getCloseLocation(); local 1036 DeclEndLoc = RParenLoc; 1083 EllipsisLoc, RParenLoc, 1150 /*RParenLoc=*/NoLoc, 1241 SourceLocation LParenLoc, RParenLoc; 1272 SourceLocation LParenLoc, RParenLoc; local 1303 RParenLoc = T.getCloseLocation(); 1304 if (Ty.isInvalid() || RParenLoc.isInvalid()) 1308 Ty.get().getAsOpaquePtr(), RParenLoc); 1317 RParenLoc [all...] |
/external/clang/lib/AST/ |
H A D | ExprCXX.cpp | 135 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc; 594 SourceLocation RParenLoc, 601 RParenLoc, AngleBrackets); 619 SourceLocation RParenLoc, 626 RParenLoc, AngleBrackets); 676 SourceLocation RParenLoc, 683 RParenLoc, AngleBrackets); 699 SourceLocation RParenLoc, 701 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); 734 return RParenLoc 588 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 613 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 672 Create(const ASTContext &C, QualType T, ExprValueKind VK, CastKind K, Expr *Op, const CXXCastPath *BasePath, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 695 Create(const ASTContext &C, QualType T, ExprValueKind VK, Expr *Op, TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation RParenLoc, SourceRange AngleBrackets) argument 1136 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument 1162 Create(const ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument 1482 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument 1511 Create(const ASTContext &C, QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument [all...] |
H A D | Expr.cpp | 1103 RParenLoc = rparenloc; 1131 RParenLoc = rparenloc; 1274 SourceLocation RParenLoc) { 1280 RParenLoc); 1294 SourceLocation RParenLoc) 1300 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), 3641 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) 3671 SourceLocation RParenLoc, 3685 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLo 1269 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument 1291 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument 3666 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument 3692 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument [all...] |
H A D | DeclCXX.cpp | 1583 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(IsVirtual), 1594 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), 1605 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false), 1615 LParenLoc(L), RParenLoc(R), IsDelegating(true), IsVirtual(false), 1628 LParenLoc(L), RParenLoc(R), IsVirtual(false), 2114 SourceLocation RParenLoc, 2117 RParenLoc, Failed); 2110 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
|
H A D | Stmt.cpp | 635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { 715 RParenLoc = RPL; 792 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) { 854 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
|
/external/clang/lib/Sema/ |
H A D | TreeTransform.h | 1156 Expr *Cond, SourceLocation RParenLoc) { 1158 Cond, RParenLoc); 1168 SourceLocation RParenLoc, Stmt *Body) { 1170 CondVar, Inc, RParenLoc, Body); 1219 SourceLocation RParenLoc) { 1222 AsmString, Clobbers, RParenLoc); 1271 SourceLocation RParenLoc, 1274 return getSema().ActOnObjCAtCatchStmt(AtLoc, RParenLoc, 1543 SourceLocation RParenLoc, 1548 RParenLoc); 1154 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument 1165 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument 1214 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument 1270 RebuildObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParenLoc, VarDecl *Var, Stmt *Body) argument 1540 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument 1595 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument 1721 RebuildOffsetOfExpr(SourceLocation OperatorLoc, TypeSourceInfo *Type, Sema::OffsetOfComponent *Components, unsigned NumComponents, SourceLocation RParenLoc) argument 1775 RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig = nullptr) argument 1867 RebuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) argument 1879 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument 1957 RebuildVAArgExpr(SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) argument 1969 RebuildParenListExpr(SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument 1989 RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc) argument 1999 RebuildChooseExpr(SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) argument 2011 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument 2041 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument 2080 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument 2097 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument 2114 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument 2131 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument 2148 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument 2161 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument 2174 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument 2186 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument 2198 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument 2251 RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) argument 2301 RebuildTypeTrait(TypeTrait Trait, SourceLocation StartLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument 2312 RebuildArrayTypeTrait(ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) argument 2324 RebuildExpressionTrait(ExpressionTrait Trait, SourceLocation StartLoc, Expr *Queried, SourceLocation RParenLoc) argument 2398 RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument 2412 RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument 2477 RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length) argument 2531 RebuildObjCEncodeExpr(SourceLocation AtLoc, TypeSourceInfo *EncodeTypeInfo, SourceLocation RParenLoc) argument 2639 RebuildShuffleVectorExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument 2668 RebuildConvertVectorExpr(SourceLocation BuiltinLoc, Expr *SrcExpr, TypeSourceInfo *DstTInfo, SourceLocation RParenLoc) argument 2737 RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, QualType RetTy, AtomicExpr::AtomicOp Op, SourceLocation RParenLoc) argument [all...] |
H A D | SemaExprCXX.cpp | 369 SourceLocation RParenLoc) { 384 SourceRange(TypeidLoc, RParenLoc)); 391 SourceLocation RParenLoc) { 438 SourceRange(TypeidLoc, RParenLoc)); 444 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { 481 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); 485 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); 492 SourceLocation RParenLoc) { 505 SourceRange(TypeidLoc, RParenLoc)); 512 SourceLocation RParenLoc) { 366 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument 388 BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument 443 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument 489 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument 509 BuildCXXUuidof(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *E, SourceLocation RParenLoc) argument 530 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument 885 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument 905 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg Exprs, SourceLocation RParenLoc) argument 3598 evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument 3706 BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc) argument 3731 ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, ArrayRef<ParsedType> Args, SourceLocation RParenLoc) argument [all...] |
H A D | SemaExprObjC.cpp | 933 SourceLocation RParenLoc) { 959 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); 966 SourceLocation RParenLoc) { 974 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc); 980 SourceLocation RParenLoc, 997 << FixItHint::CreateInsertion(RParenLoc, ")"); 1011 SourceLocation RParenLoc, 1021 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, 1027 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, 1037 SourceLocation RParenLoc, 931 BuildObjCEncodeExpression(SourceLocation AtLoc, TypeSourceInfo *EncodedTypeInfo, SourceLocation RParenLoc) argument 962 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument 977 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema &S, SourceLocation AtLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, ObjCMethodDecl *Method, ObjCMethodList &MethList) argument 1008 DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, ObjCMethodDecl *Method, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument 1033 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument 1097 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument 3977 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument [all...] |
H A D | SemaStmtAsm.cpp | 82 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 D | SemaStmt.cpp | 1589 SourceLocation RParenLoc, Stmt *Body) { 1632 Third, Body, ForLoc, LParenLoc, RParenLoc); 1726 SourceLocation RParenLoc) { 1800 nullptr, ForLoc, RParenLoc); 1902 SourceLocation RParenLoc, BuildForRangeKind Kind) { 1907 return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc); 1947 /*Inc=*/nullptr, DS, RParenLoc, Kind); 2043 SourceLocation RParenLoc) { 2056 AdjustedRange.get(), RParenLoc, 2068 AdjustedRange.get(), RParenLoc, 1586 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument 1724 ActOnObjCForCollectionStmt(SourceLocation ForLoc, Stmt *First, Expr *collection, SourceLocation RParenLoc) argument 1900 ActOnCXXForRangeStmt(SourceLocation ForLoc, Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, BuildForRangeKind Kind) argument 2037 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument 2090 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument [all...] |
H A D | DeclSpec.cpp | 155 SourceLocation RParenLoc, 187 I.Fun.RParenLoc = RParenLoc.getRawEncoding(); 149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, 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
|
H A D | SemaExpr.cpp | 1301 SourceLocation RParenLoc, 1316 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, 1327 SourceLocation RParenLoc, 1399 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, 1453 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, 4131 SourceLocation RParenLoc, 4164 Diag(RParenLoc, 4170 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic() 4467 MultiExprArg ArgExprs, SourceLocation RParenLoc, 4489 CallExpr(Context, Fn, None, Context.VoidTy, VK_RValue, RParenLoc); 1299 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument 1325 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument 4127 ConvertArgumentsForCall(CallExpr *Call, Expr *Fn, FunctionDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<Expr *> Args, SourceLocation RParenLoc, bool IsExecConfig) argument 4466 ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, MultiExprArg ArgExprs, SourceLocation RParenLoc, Expr *ExecConfig, bool IsExecConfig) argument 4611 ActOnAsTypeExpr(Expr *E, ParsedType ParsedDestTy, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument 4632 ActOnConvertVectorExpr(Expr *E, ParsedType ParsedDestTy, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument 4647 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument 4825 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument 4840 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument 5217 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument 5283 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument 10180 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument 10354 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument [all...] |
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 1707 SourceLocation RParenLoc); 2398 SourceLocation RParenLoc, 2403 MultiExprArg Args, SourceLocation RParenLoc, 2425 SourceLocation RParenLoc); 2429 SourceLocation RParenLoc); 3042 SourceLocation RParenLoc, 3048 SourceLocation RParenLoc); 3064 SourceLocation RParenLoc, 3071 SourceLocation RParenLoc, 3110 SourceLocation RParenLoc); [all...] |
H A D | Initialization.h | 491 SourceLocation RParenLoc) { 493 InitLoc, LParenLoc, RParenLoc); 544 SourceLocation RParenLoc, 547 InitLoc, LParenLoc, RParenLoc); 489 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument 542 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
|
H A D | DeclSpec.h | 1178 unsigned RParenLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo 1266 return SourceLocation::getFromRawEncoding(RParenLoc); 1426 SourceLocation RParenLoc, 1470 SourceLocation RParenLoc) { 1474 I.EndLoc = RParenLoc; 1469 getParen(SourceLocation LParenLoc, SourceLocation RParenLoc) argument
|