HomeSort by relevance Sort by last modified time
    Searched refs:RSASTReplace (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 25 void RSASTReplace::ReplaceStmt(
42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) {
64 void RSASTReplace::VisitStmt(clang::Stmt *S) {
80 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) {
86 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) {
95 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
104 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
115 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
143 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC)
    [all...]
slang_rs_ast_replace.h 33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {
59 explicit RSASTReplace(clang::ASTContext &Con)
slang_rs_object_ref_count.cpp 177 // correspond to scope exit points. It then uses an RSASTReplace visitor to
241 RSASTReplace R(mCtx);
    [all...]

Completed in 920 milliseconds