Searched refs:TypeInfoType (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | APValue.cpp | 59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo() 119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | APValue.h | 197 void *TypeInfoType;
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 539 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument 562 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId() 567 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument 638 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId() 675 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local 688 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid() 693 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
|
H A D | TreeTransform.h | 3166 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument 3170 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 3179 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument 3183 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6578 ExprResult BuildCXXTypeId(QualType TypeInfoType, 6582 ExprResult BuildCXXTypeId(QualType TypeInfoType, 6593 ExprResult BuildCXXUuidof(QualType TypeInfoType, 6597 ExprResult BuildCXXUuidof(QualType TypeInfoType,
|