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

/external/clang/lib/AST/
H A DExprCXX.cpp43 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { function in class:CXXTypeidExpr
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
50 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { function in class:CXXUuidofExpr
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
118 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid();

Completed in 70 milliseconds