Home
last modified time | relevance | path

Searched defs:SubstitutionDiagnostic (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprConcepts.h166 struct SubstitutionDiagnostic { struct
167 StringRef SubstitutedEntity;
171 SourceLocation DiagLoc;
172 StringRef DiagMessage;
H A DASTConcept.h43 using SubstitutionDiagnostic = std::pair<SourceLocation, StringRef>; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTConcept.cpp31 auto &SubstitutionDiagnostic = in CreatUnsatisfiedConstraintRecord() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp931 using SubstitutionDiagnostic = std::pair<SourceLocation, StringRef>; in diagnoseUnsatisfiedRequirement() typedef