Home
last modified time | relevance | path

Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3248 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3257 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10854 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10860 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10864 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12762 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12764 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12787 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12813 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2740 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2777 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2786 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2802 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5481 TypeSourceInfo **RecoveryTSI = nullptr);