Searched refs:setTypeConstraint (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 679 void TemplateTypeParmDecl::setTypeConstraint(NestedNameSpecifierLoc NNS, in setTypeConstraint() function in TemplateTypeParmDecl
|
H A D | ASTContext.cpp | 801 NewTTP->setTypeConstraint( in getCanonicalTemplateTemplateParmDecl()
|
H A D | ASTImporter.cpp | 5293 ToD->setTypeConstraint(ToNNS, DeclarationNameInfo(ToName, ToNameLoc), in VisitTemplateTypeParmDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 1347 void setTypeConstraint(NestedNameSpecifierLoc NNS,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2360 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 1241 ConstrainedParameter->setTypeConstraint(NS, NameInfo, in AttachTypeConstraint()
|