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

/external/clang/include/clang/AST/
H A DExprCXX.h565 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXTypeidExpr
573 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
578 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
583 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
588 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
603 if (isTypeOperand()) return child_range();
700 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXUuidofExpr
708 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
713 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
718 assert(!isTypeOperand()
[all...]

Completed in 115 milliseconds