Home
last modified time | relevance | path

Searched refs:DependentInstantiation (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp314 auto D = TemplateNameDependence::DependentInstantiation; in getDependence()
350 D |= TemplateNameDependence::DependentInstantiation; in getDependence()
360 D |= TemplateNameDependence::DependentInstantiation; in getDependence()
372 auto D = TemplateNameDependence::DependentInstantiation; in getDependence()
383 TemplateNameDependence::DependentInstantiation; in getDependence()
392 return TemplateNameDependence::DependentInstantiation; in getDependence()
H A DType.cpp190 ? TypeDependence::DependentInstantiation in ArrayType()
305 TypeDependence::DependentInstantiation | in DependentVectorType()
327 TypeDependence::DependentInstantiation | in DependentSizedExtVectorType()
346 TypeDependence::DependentInstantiation | in DependentAddressSpaceType()
3782 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
3786 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
3833 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
4188 ? TypeDependence::DependentInstantiation in computeDependence()
4191 TD |= Pattern->getDependence() & TypeDependence::DependentInstantiation; in computeDependence()
4202 TD |= TypeDependence::Error | TypeDependence::DependentInstantiation; in computeDependence()
[all …]
H A DASTContext.cpp6653 (IsDependent ? TypeDependence::DependentInstantiation in getAutoTypeInternal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h75 DependentInstantiation = Dependent | Instantiation, enumerator
91 DependentInstantiation = Dependent | Instantiation, \
H A DTypeProperties.td562 ->addDependence(TypeDependence::DependentInstantiation);
573 ->addDependence(TypeDependence::DependentInstantiation);
H A DType.h3130 K == Dependent ? TypeDependence::DependentInstantiation
4760 ~(TypeDependence::DependentInstantiation |
5757 TypeDependence::DependentInstantiation),
6524 TypeDependence::DependentInstantiation |
6797 ? TypeDependence::DependentInstantiation
6996 TypeDependence::DependentInstantiation),
7215 TypeDependence::DependentInstantiation |