Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeInfoType

288 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
305 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
311 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType,
360 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
382 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
395 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
399 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
423 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
433 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
439 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType,
449 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),