Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp109 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
188 D |= ExprDependence::ValueInstantiation; in computeDependence()
358 D |= ExprDependence::ValueInstantiation; in computeDependence()
523 return Deps | ExprDependence::ValueInstantiation; in computeDependence()
531 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
547 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
563 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
800 auto D = ExprDependence::ValueInstantiation; in computeDependence()
H A DExprConcepts.cpp166 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, enumerator
44 ErrorDependent = Error | ValueInstantiation,
H A DExprCXX.h4245 : ExprDependence::ValueInstantiation); in SizeOfPackExpr()