Home
last modified time | relevance | path

Searched refs:toSemanticDependence (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h291 inline TypeDependence toSemanticDependence(TypeDependence D) { in toSemanticDependence() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp805 : Type(ObjCTypeParam, can, toSemanticDependence(can->getDependence())), in ObjCTypeParamType()
3860 : Type(tc, can, toSemanticDependence(can->getDependence())), in TypedefType()
3875 : Type(Using, Canon, toSemanticDependence(Canon->getDependence())), in UsingType()
4285 : toSemanticDependence(Canon->getDependence())) | in TemplateSpecializationType()