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

/external/clang/lib/AST/
H A DExprCXX.cpp26 QualType CXXTypeidExpr::getTypeOperand() const { function in class:CXXTypeidExpr
27 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
32 QualType CXXUuidofExpr::getTypeOperand() const { function in class:CXXUuidofExpr
33 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");

Completed in 83 milliseconds