Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h307 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp820 ProcessImplicitDtor(E.castAs<CFGImplicitDtor>(), Pred); in processCFGElement()
1074 void ExprEngine::ProcessImplicitDtor(const CFGImplicitDtor D, in ProcessImplicitDtor() function in ExprEngine