Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h126 llvm::ImmutableList<const CXXBaseSpecifier *>::Factory CXXBaseListFactory; variable
138 CXXBaseListFactory(Alloc) {} in BasicValueFactory()
255 return CXXBaseListFactory.getEmptyList(); in getEmptyCXXBaseList()
261 return CXXBaseListFactory.add(CBS, L); in prependCXXBase()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp203 BaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
226 auto ReducedBaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
233 CXXBaseListFactory.add(BaseSpec, ReducedBaseSpecList); in accumCXXBase()