Home
last modified time | relevance | path

Searched refs:turnValueToTypeDependence (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h267 inline ExprDependence turnValueToTypeDependence(ExprDependence D) { in turnValueToTypeDependence() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp471 D |= turnValueToTypeDependence(Dim->getDependence()); in computeDependence()
H A DType.cpp150 turnValueToTypeDependence(sz->getDependence())) in ArrayType()