Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h258 llvm::ImmutableList<const CXXBaseSpecifier *> prependCXXBase( in prependCXXBase() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp241 BaseSpecList = prependCXXBase(I, BaseSpecList); in accumCXXBase()