Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 712 TypeSourceInfo **RecoveryTSI); 716 TypeSourceInfo **RecoveryTSI); 3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 10603 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr() 12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() [all …]
|
| D | SemaExpr.cpp | 2681 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2718 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2727 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2743 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 5204 TypeSourceInfo **RecoveryTSI = nullptr);
|