Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h787 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 DSemaExpr.cpp2939 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 DSema.h5749 TypeSourceInfo **RecoveryTSI = nullptr);