Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h125 llvm::ImmutableList<const CXXBaseSpecifier *>::Factory CXXBaseListFactory; variable
137 CXXBaseListFactory(Alloc) {} in BasicValueFactory()
263 return CXXBaseListFactory.getEmptyList(); in getEmptyCXXBaseList()
269 return CXXBaseListFactory.add(CBS, L); in prependCXXBase()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp207 BaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
230 auto ReducedBaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
237 CXXBaseListFactory.add(BaseSpec, ReducedBaseSpecList); in accumCXXBase()