Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp654 void TemplateTypeParmDecl::setTypeConstraint(NestedNameSpecifierLoc NNS, in setTypeConstraint() function in TemplateTypeParmDecl
DASTImporter.cpp5216 ToD->setTypeConstraint(ToNNS, DeclarationNameInfo(ToName, ToNameLoc), in VisitTemplateTypeParmDecl()
DASTContext.cpp800 NewTTP->setTypeConstraint( in getCanonicalTemplateTemplateParmDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h1346 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2358 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp1223 ConstrainedParameter->setTypeConstraint(NS, NameInfo, in AttachTypeConstraint()