Home
last modified time | relevance | path

Searched refs:templateName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDependenceFlags.h224 TemplateNameDependence templateName() const { in LLVM_COMMON_DEPENDENCE()
315 return Dependence(D).templateName(); in toTemplateNameDependence()
HDTypeProperties.td531 def : Property<"templateName", Optional<TemplateName>> {
545 makeNullableFromOptional(templateName),
711 def : Property<"templateName", TemplateName> {
730 result = ctx.getCanonicalTemplateSpecializationType(templateName,
733 result = ctx.getTemplateSpecializationType(templateName,
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp578 REGISTER_MATCHER(templateName); in RegistryMaps()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp764 const internal::VariadicAllOfMatcher<TemplateName> templateName; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h577 extern const internal::VariadicAllOfMatcher<TemplateName> templateName;