Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDependenceFlags.h291 inline TypeDependence toSemanticDependence(TypeDependence D) { in toSemanticDependence() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DType.cpp729 : Type(ObjCTypeParam, can, toSemanticDependence(can->getDependence())), in ObjCTypeParamType()
3445 : Type(tc, can, toSemanticDependence(can->getDependence())), in TypedefType()
3460 : Type(Using, Canon, toSemanticDependence(Canon->getDependence())), in UsingType()
3785 : toSemanticDependence(Canon->getDependence())) | in TemplateSpecializationType()