Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDependenceFlags.h267 inline ExprDependence turnValueToTypeDependence(ExprDependence D) { in turnValueToTypeDependence() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp434 D |= turnValueToTypeDependence(Dim->getDependence()); in computeDependence()
H A DType.cpp129 turnValueToTypeDependence(sz->getDependence())) in ArrayType()