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

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

Completed in 100 milliseconds