Home
last modified time | relevance | path

Searched defs:Concept (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h61 Concept, /// C++20 concept. enumerator
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1173 const ConceptDecl *Concept) { in getFragmentsForConcept()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1257 else if (const auto *Concept = dyn_cast<ConceptDecl>(D)) { in VisitTemplateDecl() local
H A DItaniumMangle.cpp2059 const ConceptDecl *Concept, ArrayRef<TemplateArgument> Arguments) { in mangleTypeConstraint()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp292 Concept in getCurrentMangleNumberContext() enumerator
H A DSemaConcept.cpp1429 ConceptDecl *Concept, in substituteParameterMappings()
H A DSemaTemplateDeduction.cpp4989 ConceptDecl *Concept = Type.getTypeConstraintConcept(); in CheckDeducedPlaceholderConstraints() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3276 static NameClassification Concept(TemplateName Name) { in Concept() function
3381 Concept, enumerator