Home
last modified time | relevance | path

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

/freebsd/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()
320 return Dependence(D).templateName(); in toTemplateNameDependence()
H A DTypeProperties.td523 def : Property<"templateName", Optional<TemplateName>> {
537 makeNullableFromOptional(templateName),
744 def : Property<"templateName", TemplateName> {
756 return ctx.getTemplateSpecializationType(templateName, args, {}, UnderlyingType);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp581 REGISTER_MATCHER(templateName); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp789 const internal::VariadicAllOfMatcher<TemplateName> templateName; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h579 extern const internal::VariadicAllOfMatcher<TemplateName> templateName;