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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp951 CXXTypeidExpr *Typeid = cast<CXXTypeidExpr>(E); local
953 if (Typeid->isTypeOperand())
954 T = Typeid->getTypeOperand(CGM.getContext());
956 T = Typeid->getExprOperand()->getType();

Completed in 307 milliseconds