Home
last modified time | relevance | path

Searched refs:SuppressedDiagnostics (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h62 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable
104 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()
105 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()
111 SuppressedDiagnostics.clear(); in clearSFINAEDiagnostic()
118 return SuppressedDiagnostics.front(); in peekSFINAEDiagnostic()
144 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()
145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()
154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
162 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()
166 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
DSema.h8653 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
/external/clang/include/clang/Sema/
DTemplateDeduction.h45 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics; variable
71 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic()
72 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic()
73 SuppressedDiagnostics.clear(); in takeSFINAEDiagnostic()
93 SuppressedDiagnostics.clear(); in addSFINAEDiagnostic()
94 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic()
103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
112 diag_iterator diag_begin() const { return SuppressedDiagnostics.begin(); } in diag_begin()
116 diag_iterator diag_end() const { return SuppressedDiagnostics.end(); } in diag_end()
DSema.h6805 SuppressedDiagnosticsMap SuppressedDiagnostics; variable
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2955 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()
2956 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()
2957 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
DSemaExpr.cpp323 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()
324 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp3710 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl()); in FinishTemplateArgumentDeduction()
3711 if (Pos == SuppressedDiagnostics.end()) in FinishTemplateArgumentDeduction()
3712 SuppressedDiagnostics[Specialization->getCanonicalDecl()] in FinishTemplateArgumentDeduction()
DSemaExpr.cpp219 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl()); in DiagnoseUseOfDecl()
220 if (Pos != SuppressedDiagnostics.end()) { in DiagnoseUseOfDecl()