Home | History | Annotate | Download | only in AST

Lines Matching defs:getSourceBitField

443   FieldDecl *getSourceBitField();
445 const FieldDecl *getSourceBitField() const {
446 return const_cast<Expr*>(this)->getSourceBitField();