Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h120 llvm::ImmutableList<const CXXBaseSpecifier *>::Factory CXXBaseListFactory; variable
132 CXXBaseListFactory(Alloc) {} in BasicValueFactory()
260 return CXXBaseListFactory.getEmptyList(); in getEmptyCXXBaseList()
266 return CXXBaseListFactory.add(CBS, L); in prependCXXBase()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp207 BaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
230 auto ReducedBaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
237 CXXBaseListFactory.add(BaseSpec, ReducedBaseSpecList); in accumCXXBase()