Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp109 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
188 D |= ExprDependence::ValueInstantiation; in computeDependence()
358 D |= ExprDependence::ValueInstantiation; in computeDependence()
532 return Deps | ExprDependence::ValueInstantiation; in computeDependence()
543 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
556 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
572 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
822 auto D = ExprDependence::ValueInstantiation; in computeDependence()
H A DExprConcepts.cpp164 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, enumerator
44 ErrorDependent = Error | ValueInstantiation,
H A DExprCXX.h4263 : ExprDependence::ValueInstantiation); in SizeOfPackExpr()