Home
last modified time | relevance | path

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

12

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h663 TypeSourceInfo **RecoveryTSI);
667 TypeSourceInfo **RecoveryTSI);
2791 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2800 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9270 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9276 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9280 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
10769 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
10771 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
10823 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2319 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2349 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2358 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2374 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h663 TypeSourceInfo **RecoveryTSI);
667 TypeSourceInfo **RecoveryTSI);
2785 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2794 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9188 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9194 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9198 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
10712 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
10714 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
10766 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2275 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2305 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2314 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2330 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h703 TypeSourceInfo **RecoveryTSI);
707 TypeSourceInfo **RecoveryTSI);
2901 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2910 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9734 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9740 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9744 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
11474 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
11476 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
11528 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2527 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2557 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2566 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2582 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h703 TypeSourceInfo **RecoveryTSI);
707 TypeSourceInfo **RecoveryTSI);
2901 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2910 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9734 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9740 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9744 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
11474 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
11476 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
11528 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2527 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2557 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2566 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2582 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h682 TypeSourceInfo **RecoveryTSI);
686 TypeSourceInfo **RecoveryTSI);
2850 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
2859 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9495 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
9501 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
9505 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
11032 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
11034 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
11086 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2422 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2452 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2461 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2477 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DTreeTransform.h712 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()
12163 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12165 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12217 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2579 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2616 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2625 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2641 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h712 TypeSourceInfo **RecoveryTSI);
716 TypeSourceInfo **RecoveryTSI);
3078 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3087 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10281 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10287 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10291 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12165 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12167 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12219 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2674 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h711 TypeSourceInfo **RecoveryTSI);
715 TypeSourceInfo **RecoveryTSI);
3066 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3075 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10254 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10260 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10264 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12129 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12131 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12183 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2560 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2590 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2599 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2615 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DTreeTransform.h711 TypeSourceInfo **RecoveryTSI);
715 TypeSourceInfo **RecoveryTSI);
3097 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3106 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10331 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10337 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10341 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12206 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12208 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12260 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaExpr.cpp2565 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2595 if (RecoveryTSI && getLangOpts().MSVCCompat) in BuildQualifiedDeclarationNameExpr()
2604 if (!RecoveryTSI) in BuildQualifiedDeclarationNameExpr()
2620 *RecoveryTSI = TLB.getTypeSourceInfo(Context, ET); in BuildQualifiedDeclarationNameExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h712 TypeSourceInfo **RecoveryTSI);
716 TypeSourceInfo **RecoveryTSI);
3078 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3087 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10281 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10287 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10291 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12165 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12167 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12219 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10603 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10609 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10613 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12492 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12494 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12517 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12543 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DTreeTransform.h716 TypeSourceInfo **RecoveryTSI);
3186 TypeSourceInfo **RecoveryTSI) { in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
10591 TypeSourceInfo *RecoveryTSI = nullptr; in TransformUnaryExprOrTypeTraitExpr() local
10597 PE, DRE, false, &RecoveryTSI); in TransformUnaryExprOrTypeTraitExpr()
10601 if (RecoveryTSI) { in TransformUnaryExprOrTypeTraitExpr()
12480 TypeSourceInfo **RecoveryTSI) { in TransformParenDependentScopeDeclRefExpr() argument
12482 DRE, AddrTaken, RecoveryTSI); in TransformParenDependentScopeDeclRefExpr()
12505 TypeSourceInfo **RecoveryTSI) { in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
[all …]

12