Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp107 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
171 D |= ExprDependence::ValueInstantiation; in computeDependence()
337 D |= ExprDependence::ValueInstantiation; in computeDependence()
497 return Deps | ExprDependence::ValueInstantiation; in computeDependence()
505 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
521 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
537 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
764 auto D = ExprDependence::ValueInstantiation; in computeDependence()
H A DExprConcepts.cpp184 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, enumerator
44 ErrorDependent = Error | ValueInstantiation,
H A DExprCXX.h4172 : ExprDependence::ValueInstantiation); in SizeOfPackExpr()