Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependenceFlags.h208 TemplateNameDependence templateName() const { in LLVM_COMMON_DEPENDENCE()
293 return Dependence(D).templateName(); in toTemplateNameDependence()
H A DTypeProperties.td463 def : Property<"templateName", Optional<TemplateName>> {
477 makeNullableFromOptional(templateName),
630 def : Property<"templateName", TemplateName> {
649 result = ctx.getCanonicalTemplateSpecializationType(templateName,
652 result = ctx.getTemplateSpecializationType(templateName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp538 REGISTER_MATCHER(templateName); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp763 const internal::VariadicAllOfMatcher<TemplateName> templateName; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h573 extern const internal::VariadicAllOfMatcher<TemplateName> templateName;