Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h224 TemplateNameDependence templateName() const { in LLVM_COMMON_DEPENDENCE()
315 return Dependence(D).templateName(); in toTemplateNameDependence()
H A DTypeProperties.td484 def : Property<"templateName", Optional<TemplateName>> {
498 makeNullableFromOptional(templateName),
664 def : Property<"templateName", TemplateName> {
683 result = ctx.getCanonicalTemplateSpecializationType(templateName,
686 result = ctx.getTemplateSpecializationType(templateName,
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp577 REGISTER_MATCHER(templateName); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp764 const internal::VariadicAllOfMatcher<TemplateName> templateName; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h577 extern const internal::VariadicAllOfMatcher<TemplateName> templateName;