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.cpp238 D |= TemplateNameDependence::DependentInstantiation; in getDependence()
248 D |= TemplateNameDependence::DependentInstantiation; in getDependence()
250 D |= TemplateNameDependence::DependentInstantiation; in getDependence()
H A DType.cpp155 ? TypeDependence::DependentInstantiation in ArrayType()
267 TypeDependence::DependentInstantiation | in DependentVectorType()
289 TypeDependence::DependentInstantiation | in DependentSizedExtVectorType()
308 TypeDependence::DependentInstantiation | in DependentAddressSpaceType()
3225 TypeDependence::DependentInstantiation | in DependentTemplateSpecializationType()
3629 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
3633 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
3680 addDependence(TypeDependence::DependentInstantiation); in FunctionProtoType()
4017 ? TypeDependence::DependentInstantiation in computeDependence()
4020 TD |= Pattern->getDependence() & TypeDependence::DependentInstantiation; in computeDependence()
[all …]
H A DASTContext.cpp6227 (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.td570 ->addDependence(TypeDependence::DependentInstantiation);
581 ->addDependence(TypeDependence::DependentInstantiation);
739 ->addDependence(TypeDependence::DependentInstantiation);
H A DType.h3035 K == Dependent ? TypeDependence::DependentInstantiation
4644 ~(TypeDependence::DependentInstantiation |
5545 TypeDependence::DependentInstantiation),
6145 TypeDependence::DependentInstantiation |
6152 TypeDependence::DependentInstantiation |
6428 ? TypeDependence::DependentInstantiation
6631 TypeDependence::DependentInstantiation),
6851 TypeDependence::DependentInstantiation |