Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h663 TypeSourceInfo **RecoveryTSI);
667 TypeSourceInfo **RecoveryTSI);
2791 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2800 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9270 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9276 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9280 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
10769 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
10771 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
10823 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2319 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2349 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2358 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2374 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4220 TypeSourceInfo **RecoveryTSI = nullptr);