Home | History | Annotate | Download | only in Sema

Lines Matching refs:Brackets

1957 /// \param Brackets The range from the opening '[' to the closing ']'.
1966 SourceRange Brackets, DeclarationName Entity) {
1968 SourceLocation Loc = Brackets.getBegin();
1992 if (RequireNonAbstractType(Brackets.getBegin(), T,
2056 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets);
2060 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets);
2076 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets);