Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp679 void TemplateTypeParmDecl::setTypeConstraint(NestedNameSpecifierLoc NNS, in setTypeConstraint() function in TemplateTypeParmDecl
H A DASTContext.cpp801 NewTTP->setTypeConstraint( in getCanonicalTemplateTemplateParmDecl()
H A DASTImporter.cpp5293 ToD->setTypeConstraint(ToNNS, DeclarationNameInfo(ToName, ToNameLoc), in VisitTemplateTypeParmDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1347 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2360 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1241 ConstrainedParameter->setTypeConstraint(NS, NameInfo, in AttachTypeConstraint()