Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 787 TypeSourceInfo **RecoveryTSI); 3429 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 3438 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 11237 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 11243 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 11247 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 13178 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 13180 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() 13203 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument 13229 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaExpr.cpp | 2939 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2980 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2989 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 3005 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5749 TypeSourceInfo **RecoveryTSI = nullptr);
|