Searched defs:RParenLoc (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/include/clang/AST/
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 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 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
1547 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 DDeclCXX.h1902 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
H A DStmt.h1089 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 DExpr.h1869 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...]
/external/clang/lib/Sema/
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 DSemaAttr.cpp192 SourceLocation LParenLoc, SourceLocation RParenLoc) {
190 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
H A DSemaTemplateVariadic.cpp791 /// \param RParenLoc The location of the closing parentheses.
796 SourceLocation RParenLoc) {
838 ParameterPack, NameLoc, RParenLoc);
792 ActOnSizeofParameterPackExpr(Scope *S, SourceLocation OpLoc, IdentifierInfo &Name, SourceLocation NameLoc, SourceLocation RParenLoc) argument
H A DDeclSpec.cpp155 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 DSemaCast.cpp220 SourceLocation RParenLoc) {
235 SourceRange(LParenLoc, RParenLoc));
216 ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, SourceLocation LAngleBracketLoc, Declarator &D, SourceLocation RAngleBracketLoc, SourceLocation LParenLoc, Expr *E, SourceLocation RParenLoc) argument
H A DSemaExprCXX.cpp369 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 DSemaExprObjC.cpp933 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 DSemaStmt.cpp1589 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...]
/external/clang/lib/Parse/
H A DParseExpr.cpp644 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 DParsePragma.cpp308 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 DParseExprCXX.cpp1035 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...]
H A DParseObjc.cpp1896 SourceLocation RParenLoc; local
1899 RParenLoc = ConsumeParen();
1912 RParenLoc,
H A DParseDecl.cpp5093 SourceLocation LParenLoc, RParenLoc; local
5104 RParenLoc = Tracker.getCloseLocation();
5105 LocalEndLoc = RParenLoc;
5106 EndLoc = RParenLoc;
5118 RParenLoc = Tracker.getCloseLocation();
5119 LocalEndLoc = RParenLoc;
5120 EndLoc = RParenLoc;
5202 EllipsisLoc, RParenLoc,
/external/clang/include/clang/Sema/
H A DInitialization.h491 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
/external/clang/lib/AST/
H A DDeclCXX.cpp1583 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 DExprCXX.cpp135 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 DDecl.cpp3810 SourceLocation RParenLoc) {
3811 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc);
3807 Create(ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) argument
H A DExpr.cpp1103 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...]

Completed in 240 milliseconds

12