Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h712 TypeSourceInfo **RecoveryTSI);
716 TypeSourceInfo **RecoveryTSI);
3165 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3174 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10517 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10523 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10527 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
10529 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr()
12401 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12403 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2671 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2708 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2717 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2733 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5161 TypeSourceInfo **RecoveryTSI = nullptr);