Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | TreeTransform.h | 646 TypeSourceInfo **RecoveryTSI); 650 TypeSourceInfo **RecoveryTSI); 2663 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 2672 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 8482 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 8488 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 8492 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 8494 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr() 9939 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 9941 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() [all …]
|
D | SemaExpr.cpp | 2348 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2378 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2387 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2403 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3834 TypeSourceInfo **RecoveryTSI = nullptr);
|