Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h315 void ProcessBaseDtor(const CFGBaseDtor D,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1082 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
1195 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor() function in ExprEngine