Searched refs:Typeid (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp966 CXXTypeidExpr *Typeid = cast<CXXTypeidExpr>(E); local
968 if (Typeid->isTypeOperand())
969 T = Typeid->getTypeOperand();
971 T = Typeid->getExprOperand()->getType();

Completed in 33 milliseconds