Home
last modified time | relevance | path

Searched defs:DestructorVisitor (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp180 class DestructorVisitor : public clang::StmtVisitor<DestructorVisitor> { class
197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {} in DestructorVisitor() function in slang::__anon65abd0fb0110::DestructorVisitor