Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h101 using FactoryTy = Environment::BindingsTy::Factory;
103 FactoryTy F;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h248 using FactoryTy = typename TreeTy::Factory; variable
252 FactoryTy *Factory;
259 ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef()
266 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap()
H A DImmutableSet.h1107 using FactoryTy = typename TreeTy::Factory;
1111 FactoryTy *Factory;
1118 ImmutableSetRef(TreeTy *R, FactoryTy *F) : Root(R), Factory(F) {}
1120 static ImmutableSetRef getEmptySet(FactoryTy *F) {