Home | History | Annotate | Download | only in Sema

Lines Matching refs:Brackets

1495 /// \param Brackets The range from the opening '[' to the closing ']'.
1504 SourceRange Brackets, DeclarationName Entity) {
1506 SourceLocation Loc = Brackets.getBegin();
1530 if (RequireNonAbstractType(Brackets.getBegin(), T,
1594 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets);
1598 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets);
1614 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets);