Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h316 void ProcessBaseDtor(const CFGBaseDtor D,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1284 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
1466 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor() function in ExprEngine