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

/external/clang/include/clang/AST/
H A DExprCXX.h582 Expr *getExprOperand() const { function in class:clang::CXXTypeidExpr
583 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
588 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
717 Expr *getExprOperand() const { function in class:clang::CXXUuidofExpr
718 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
723 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");

Completed in 425 milliseconds