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);
2399 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2408 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
7551 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
7557 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
7561 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
7563 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr()
8950 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
8952 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
[all …]
DSemaExpr.cpp2289 TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2319 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2328 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2344 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/external/clang/include/clang/Sema/
DSema.h3498 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);