Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
501 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()
[all …]
H A DExprCXX.cpp1664 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1687 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
H A DExpr.cpp1738 Deps |= ExprDependence::TypeValueInstantiation; in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
H A DExpr.h3135 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
6378 setDependence(ExprDependence::TypeValueInstantiation | in TypoExpr()