Searched refs:DependentInstantiation (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp194 D |= TemplateNameDependence::DependentInstantiation;
204 D |= TemplateNameDependence::DependentInstantiation;
206 D |= TemplateNameDependence::DependentInstantiation;
H A DType.cpp134 ? TypeDependence::DependentInstantiation
228 TypeDependence::DependentInstantiation |
249 TypeDependence::DependentInstantiation |
270 TypeDependence::DependentInstantiation |
2824 TypeDependence::DependentInstantiation |
3169 addDependence(TypeDependence::DependentInstantiation);
3173 addDependence(TypeDependence::DependentInstantiation);
3406 D->isDependentType() ? TypeDependence::DependentInstantiation
3521 TypeDependence::DependentInstantiation |
3571 ? TypeDependence::DependentInstantiation
[all...]
H A DASTContext.cpp5401 (IsDependent ? TypeDependence::DependentInstantiation
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h74 DependentInstantiation = Dependent | Instantiation, member in struct:TypeDependenceScope
90 DependentInstantiation = Dependent | Instantiation, \
H A DType.h2527 K == Dependent ? TypeDependence::DependentInstantiation
3854 ~(TypeDependence::DependentInstantiation |
4349 TypeDependence::DependentInstantiation),
4783 TypeDependence::DependentInstantiation |
4790 TypeDependence::DependentInstantiation |
5056 ? TypeDependence::DependentInstantiation
5260 TypeDependence::DependentInstantiation),
5476 TypeDependence::DependentInstantiation |

Completed in 131 milliseconds