Home | History | Annotate | Download | only in AST

Lines Matching refs:TQ

120   enum TQ { // NOTE: These flags must be kept in sync with DeclSpec::TQ.
1196 // a) Modify the bitmasks (Qualifiers::TQ and DeclSpec::TQ).
2512 ArraySizeModifier sm, unsigned tq,
2519 ArrayTypeBits.IndexTypeQuals = tq;
2552 ArraySizeModifier sm, unsigned tq)
2553 : ArrayType(ConstantArray, et, can, sm, tq,
2558 const llvm::APInt &size, ArraySizeModifier sm, unsigned tq)
2559 : ArrayType(tc, et, can, sm, tq, et->containsUnexpandedParameterPack()),
2601 ArraySizeModifier sm, unsigned tq)
2602 : ArrayType(IncompleteArray, et, can, sm, tq,
2651 ArraySizeModifier sm, unsigned tq,
2653 : ArrayType(VariableArray, et, can, sm, tq,
2709 Expr *e, ArraySizeModifier sm, unsigned tq,