Home
last modified time | relevance | path

Searched refs:TypeInfoType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp269 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
286 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(), in BuildCXXTypeId()
292 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
338 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(), in BuildCXXTypeId()
360 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
373 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
377 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
401 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
411 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(), in BuildCXXUuidof()
417 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
DTreeTransform.h1807 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
1811 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
1820 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
1824 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
1832 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument
1836 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
1844 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument
1848 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
/external/clang/include/clang/Sema/
DSema.h2845 ExprResult BuildCXXTypeId(QualType TypeInfoType,
2849 ExprResult BuildCXXTypeId(QualType TypeInfoType,
2860 ExprResult BuildCXXUuidof(QualType TypeInfoType,
2864 ExprResult BuildCXXUuidof(QualType TypeInfoType,