Searched refs:TypeInfoType (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 370 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument 390 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId() 395 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument 458 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId() 489 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local 502 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid() 506 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid() 510 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument 525 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, in BuildCXXUuidof() 530 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument [all …]
|
| H A D | TreeTransform.h | 2220 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument 2224 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 2233 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument 2237 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 2245 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument 2249 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr() 2257 ExprResult RebuildCXXUuidofExpr(QualType TypeInfoType, in RebuildCXXUuidofExpr() argument 2261 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand, in RebuildCXXUuidofExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4329 ExprResult BuildCXXTypeId(QualType TypeInfoType, 4333 ExprResult BuildCXXTypeId(QualType TypeInfoType, 4344 ExprResult BuildCXXUuidof(QualType TypeInfoType, 4348 ExprResult BuildCXXUuidof(QualType TypeInfoType,
|