Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp77 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
141 D |= ExprDependence::ValueInstantiation; in computeDependence()
307 D |= ExprDependence::ValueInstantiation; in computeDependence()
454 return Deps | ExprDependence::ValueInstantiation; in computeDependence()
471 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
482 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
495 Deps |= ExprDependence::ValueInstantiation; in computeDependence()
712 auto D = ExprDependence::ValueInstantiation; in computeDependence()
DExprConcepts.cpp184 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
/external/llvm-project/clang/include/clang/AST/
DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, enumerator
44 ErrorDependent = Error | ValueInstantiation,
DExprCXX.h4162 : ExprDependence::ValueInstantiation); in SizeOfPackExpr()