Searched refs:RecoveryTSI (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 795 TypeSourceInfo **RecoveryTSI); 799 TypeSourceInfo **RecoveryTSI); 3480 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument 3489 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 12084 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local 12090 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr() 12094 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr() 12096 RecoveryTSI, E->getOperatorLoc(), E->getKind(), E->getSourceRange()); in TransformUnaryExprOrTypeTraitExpr() 14069 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument 14071 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr() [all …]
|
H A D | SemaExpr.cpp | 2872 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2902 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr() 2911 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr() 2927 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6775 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
|