Searched refs:RecoveryTSI (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 712 TypeSourceInfo **RecoveryTSI); 716 TypeSourceInfo **RecoveryTSI); 3077 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 3086 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 10279 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 10285 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 10289 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 10291 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr() 12163 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 12165 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() [all …]
|
D | SemaExpr.cpp | 2674 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2711 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2720 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2736 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3834 TypeSourceInfo **RecoveryTSI = nullptr);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5018 TypeSourceInfo **RecoveryTSI = nullptr);
|