Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2681 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2718 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2727 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2743 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5201 TypeSourceInfo **RecoveryTSI = nullptr);