Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp774 void addAutomaticObjDestruction(LocalScope::const_iterator B,
1832 addAutomaticObjDestruction(B, E, S); in addAutomaticObjHandling()
1853 addAutomaticObjDestruction(B, E, S); in addAutomaticObjHandling()
1860 void CFGBuilder::addAutomaticObjDestruction(LocalScope::const_iterator B, in addAutomaticObjDestruction() function in CFGBuilder