Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp29 auto &SubstitutionDiagnostic = in CreateUnsatisfiedConstraintRecord() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h50 using SubstitutionDiagnostic = std::pair<SourceLocation, StringRef>; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1237 using SubstitutionDiagnostic = std::pair<SourceLocation, StringRef>; in diagnoseUnsatisfiedRequirement() typedef