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

/external/clang/lib/AST/
H A DExpr.cpp3245 FieldDecl *Expr::getSourceBitField() { function in class:Expr
3273 return BinOp->getLHS()->getSourceBitField();
3276 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 83 milliseconds