Searched refs:BuildCXXTypeId (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 543 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() function in Sema 570 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() function in Sema 691 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid() 696 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
|
H A D | TreeTransform.h | 3309 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 3322 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8010 ExprResult BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, 8014 ExprResult BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc,
|