Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 756 TypeSourceInfo **RecoveryTSI); 760 TypeSourceInfo **RecoveryTSI); 3340 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 3349 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 11020 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 11026 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 11030 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 11032 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr() 12942 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 12944 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaExpr.cpp | 2739 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2780 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2789 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2805 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5622 TypeSourceInfo **RecoveryTSI = nullptr);
|