Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h797 TypeSourceInfo **RecoveryTSI);
801 TypeSourceInfo **RecoveryTSI);
3527 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3536 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
13202 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
13208 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
13212 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
13214 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr()
15186 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
15188 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2919 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2952 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2960 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2974 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7193 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);