Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp204 return ExprDependence::TypeValueInstantiation | in computeDependence()
364 ExprDependence::TypeValueInstantiation; in computeDependence()
377 ExprDependence::TypeValueInstantiation; in computeDependence()
382 ExprDependence::TypeValueInstantiation; in computeDependence()
496 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
554 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
690 return D | ExprDependence::TypeValueInstantiation; in computeDependence()
706 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
770 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
832 auto D = ExprDependence::TypeValueInstantiation; in computeDependence()
[all …]
H A DExprCXX.cpp1684 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1707 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
H A DExpr.h3119 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
6561 setDependence(ExprDependence::TypeValueInstantiation | in TypoExpr()