Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp186 return ExprDependence::TypeValueInstantiation | in computeDependence()
343 ExprDependence::TypeValueInstantiation; in computeDependence()
356 ExprDependence::TypeValueInstantiation; in computeDependence()
361 ExprDependence::TypeValueInstantiation; in computeDependence()
466 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()
519 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
633 return D | ExprDependence::TypeValueInstantiation; in computeDependence()
649 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
720 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
773 auto D = ExprDependence::TypeValueInstantiation; in computeDependence()
[all …]
H A DExprCXX.cpp1588 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1605 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
H A DExpr.cpp1679 Deps |= ExprDependence::TypeValueInstantiation; in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
H A DExpr.h3115 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
6359 setDependence(ExprDependence::TypeValueInstantiation | in TypoExpr()