Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp372 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
392 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
397 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
460 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
491 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
504 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
508 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
512 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
527 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, in BuildCXXUuidof()
532 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
HDTreeTransform.h2248 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
2252 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2261 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
2265 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
2273 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument
2277 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
2285 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument
2289 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4455 ExprResult BuildCXXTypeId(QualType TypeInfoType,
4459 ExprResult BuildCXXTypeId(QualType TypeInfoType,
4470 ExprResult BuildCXXUuidof(QualType TypeInfoType,
4474 ExprResult BuildCXXUuidof(QualType TypeInfoType,