Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
492 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()
545 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
659 return D | ExprDependence::TypeValueInstantiation; in computeDependence()
675 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
748 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
810 auto D = ExprDependence::TypeValueInstantiation; in computeDependence()
[all …]
H A DExprCXX.cpp1592 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1609 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
H A DExpr.cpp1655 Deps |= ExprDependence::TypeValueInstantiation; in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
H A DExpr.h3128 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
6375 setDependence(ExprDependence::TypeValueInstantiation | in TypoExpr()