Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp204 return ExprDependence::TypeValueInstantiation | in computeDependence()
377 ExprDependence::TypeValueInstantiation; in computeDependence()
386 if (D & ExprDependence::TypeValueInstantiation) in computeDependence()
411 ExprDependence::TypeValueInstantiation; in computeDependence()
416 ExprDependence::TypeValueInstantiation; in computeDependence()
535 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
549 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()
593 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
730 return D | ExprDependence::TypeValueInstantiation; in computeDependence()
746 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
[all …]
H A DExprCXX.cpp1775 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1797 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
H A DExpr.h3256 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2278 if (!(Res.get()->getDependence() & ExprDependence::TypeValueInstantiation)) { in TransformCXXAssumeAttr()