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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp181 class DestructorVisitor : public clang::StmtVisitor<DestructorVisitor> { class in namespace:slang::__anon1151
212 DestructorVisitor(clang::ASTContext &C,
266 DestructorVisitor::DestructorVisitor(clang::ASTContext &C, function in class:slang::__anon1151::DestructorVisitor
278 void DestructorVisitor::VisitStmt(clang::Stmt *S) {
288 void DestructorVisitor::VisitCompoundStmt(clang::CompoundStmt *CS) {
292 void DestructorVisitor::VisitBreakStmt(clang::BreakStmt *BS) {
299 void DestructorVisitor::VisitCaseStmt(clang::CaseStmt *CS) {
303 void DestructorVisitor
[all...]

Completed in 221 milliseconds