Searched refs:addAutomaticObjDtors (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp508 void addAutomaticObjDtors(LocalScope::const_iterator B,
1150 /// addAutomaticObjDtors - Add to current block automatic objects destructors
1153 void CFGBuilder::addAutomaticObjDtors(LocalScope::const_iterator B, function in class:__anon890::CFGBuilder
1351 addAutomaticObjDtors(ScopePos, scopeBeginPos, S);
1755 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B);
2111 addAutomaticObjDtors(ScopePos, BeginScopePos, I);
2228 addAutomaticObjDtors(ScopePos, LocalScope::const_iterator(), R);
2297 addAutomaticObjDtors(ScopePos, JT.scopePosition, G);
2322 addAutomaticObjDtors(ScopePos, save_scope_pos.get(), F);
2374 addAutomaticObjDtors(ScopePo
[all...]

Completed in 235 milliseconds