Searched refs:BuildCXXTypeId (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 530 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() function in Sema 557 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() function in Sema 678 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid() 683 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
|
| H A D | TreeTransform.h | 3357 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr() 3370 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand, in RebuildCXXTypeidExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8336 ExprResult BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc, 8340 ExprResult BuildCXXTypeId(QualType TypeInfoType, SourceLocation TypeidLoc,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5447 …ualTypeENS_14SourceLocationEPNS_14TypeSourceInfoES2_", "clang::Sema::BuildCXXTypeId(clang::QualTyp… 5448 …ypeIdENS_8QualTypeENS_14SourceLocationEPNS_4ExprES2_", "clang::Sema::BuildCXXTypeId(clang::QualTyp…
|