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

/external/clang/include/clang/AST/
H A DExprCXX.h505 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXTypeidExpr
513 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
518 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
523 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
528 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
542 if (isTypeOperand()) return child_range();
580 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXUuidofExpr
588 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
593 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
598 assert(!isTypeOperand()
[all...]

Completed in 52 milliseconds