Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h316 void ProcessBaseDtor(const CFGBaseDtor D,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1298 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
1485 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor() function in ExprEngine