Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h197 void *TypeInfoType;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp533 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
556 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
561 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
632 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
669 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
682 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
687 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
H A DTreeTransform.h3010 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
3014 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
3023 ExprResult RebuildCXXTypeidExpr(QualType TypeInfoType, in RebuildCXXTypeidExpr() argument
3027 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6133 ExprResult BuildCXXTypeId(QualType TypeInfoType,
6137 ExprResult BuildCXXTypeId(QualType TypeInfoType,
6148 ExprResult BuildCXXUuidof(QualType TypeInfoType,
6152 ExprResult BuildCXXUuidof(QualType TypeInfoType,