Searched refs:TypeInfoType (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 372 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 …]
|
| HD | TreeTransform.h | 2248 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/ |
| HD | Sema.h | 4455 ExprResult BuildCXXTypeId(QualType TypeInfoType, 4459 ExprResult BuildCXXTypeId(QualType TypeInfoType, 4470 ExprResult BuildCXXUuidof(QualType TypeInfoType, 4474 ExprResult BuildCXXUuidof(QualType TypeInfoType,
|