Searched defs:getSourceBitField (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp3146 FieldDecl *Expr::getSourceBitField() { function in class:Expr
3174 return BinOp->getLHS()->getSourceBitField();
3177 return BinOp->getRHS()->getSourceBitField();
/external/clang/include/clang/AST/
H A DExpr.h443 FieldDecl *getSourceBitField();
445 const FieldDecl *getSourceBitField() const { function in class:clang::Expr
446 return const_cast<Expr*>(this)->getSourceBitField();

Completed in 80 milliseconds