reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
 1846        I != E; ++I) {
 1846        I != E; ++I) {
 1847     if (hasTrivialDestructor(*I)) {
 1850       if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) {
 1852         appendScopeEnd(Block, *I, S);
 1859     QualType Ty = (*I)->getType();
 1861       Ty = getReferenceInitTemporaryType((*I)->getInit());
 1871     if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I))
 1872       appendScopeEnd(Block, *I, S);
 1873     appendAutomaticObjDtor(Block, *I, S);