Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp690 void TemplateTypeParmDecl::setTypeConstraint(NestedNameSpecifierLoc NNS, in setTypeConstraint() function in TemplateTypeParmDecl
H A DASTImporter.cpp5508 ToD->setTypeConstraint(ToNNS, DeclarationNameInfo(ToName, ToNameLoc), in VisitTemplateTypeParmDecl()
H A DASTContext.cpp806 NewTTP->setTypeConstraint( in getCanonicalTemplateTemplateParmDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h1377 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2486 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp1246 ConstrainedParameter->setTypeConstraint(NS, NameInfo, in AttachTypeConstraint()