Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 663 TypeSourceInfo **RecoveryTSI); 667 TypeSourceInfo **RecoveryTSI); 2791 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 2800 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 9270 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 9276 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 9280 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 10769 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 10771 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() 10823 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaExpr.cpp | 2319 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2349 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2358 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2374 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4220 TypeSourceInfo **RecoveryTSI = nullptr);
|