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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp366 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, argument
383 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand,
388 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, argument
437 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E,
468 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); local
481 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
485 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
489 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, argument
504 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand,
509 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, argument
[all...]
H A DTreeTransform.h2161 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, argument
2165 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2174 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, argument
2178 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2186 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, argument
2190 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2198 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, argument
2202 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,

Completed in 105 milliseconds