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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp289 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, argument
306 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
312 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, argument
361 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
393 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); local
406 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
410 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
434 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, argument
444 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
450 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, argument
[all...]
H A DTreeTransform.h1880 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, argument
1884 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
1893 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, argument
1897 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
1905 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, argument
1909 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
1917 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, argument
1921 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
/external/clang/include/clang/Sema/
H A DSema.h3585 ExprResult BuildCXXTypeId(QualType TypeInfoType,
3589 ExprResult BuildCXXTypeId(QualType TypeInfoType,
3600 ExprResult BuildCXXUuidof(QualType TypeInfoType,
3604 ExprResult BuildCXXUuidof(QualType TypeInfoType,

Completed in 111 milliseconds