OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubstitutionDiagnostic
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTConcept.cpp
35
auto &
SubstitutionDiagnostic
=
37
unsigned MessageSize =
SubstitutionDiagnostic
.second.size();
39
memcpy(Mem,
SubstitutionDiagnostic
.second.data(), MessageSize);
41
SubstitutionDiagnostic
.first, StringRef(Mem, MessageSize));
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h
46
using
SubstitutionDiagnostic
= std::pair<SourceLocation, std::string>;
161
struct
SubstitutionDiagnostic
{
211
llvm::PointerUnion<
SubstitutionDiagnostic
*, TypeSourceInfo *> Value;
219
/// satisfied. Otherwise, the
SubstitutionDiagnostic
constructor is to be
225
TypeRequirement(
SubstitutionDiagnostic
*Diagnostic) :
238
SubstitutionDiagnostic
*getSubstitutionDiagnostic() const {
242
return Value.get<
SubstitutionDiagnostic
*>();
270
llvm::PointerUnion<TemplateParameterList *,
SubstitutionDiagnostic
*>,
282
ReturnTypeRequirement(
SubstitutionDiagnostic
*SubstDiag) :
310
TypeConstraintInfo.getPointer().is<
SubstitutionDiagnostic
*>();
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026