Home
last modified time | relevance | path

Searched refs:setTypeConstraint (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp680 void TemplateTypeParmDecl::setTypeConstraint(NestedNameSpecifierLoc NNS, in setTypeConstraint() function in TemplateTypeParmDecl
H A DASTContext.cpp801 NewTTP->setTypeConstraint( in getCanonicalTemplateTemplateParmDecl()
H A DASTImporter.cpp5398 ToD->setTypeConstraint(ToNNS, DeclarationNameInfo(ToName, ToNameLoc), in VisitTemplateTypeParmDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1347 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2378 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1241 ConstrainedParameter->setTypeConstraint(NS, NameInfo, in AttachTypeConstraint()