Home | History | Annotate | Download | only in Sema

Lines Matching refs:TQ_const

1123       if (TypeQuals & DeclSpec::TQ_const)
1144 TypeQuals &= ~DeclSpec::TQ_const;
1153 if (TypeQuals & DeclSpec::TQ_const && Result.isConstQualified()) {