Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp109 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
188 D |= ExprDependence::ValueInstantiation; in computeDependence()
371 D |= ExprDependence::ValueInstantiation; in computeDependence()
571 return Deps | ExprDependence::ValueInstantiation; in computeDependence()
582 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
595 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
611 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
862 auto D = ExprDependence::ValueInstantiation; in computeDependence()
H A DExprConcepts.cpp157 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, enumerator
44 ErrorDependent = Error | ValueInstantiation,
H A DExprCXX.h4421 : ExprDependence::ValueInstantiation); in SizeOfPackExpr()