Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h637 TypeSourceInfo **RecoveryTSI);
641 TypeSourceInfo **RecoveryTSI);
2590 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2599 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
8173 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
8179 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
8183 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
8185 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr()
9632 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
9634 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
[all …]
DSemaExpr.cpp2285 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2315 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2324 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2340 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/external/clang/include/clang/Sema/
DSema.h3743 TypeSourceInfo **RecoveryTSI = nullptr);