Home
last modified time | relevance | path

Searched refs:VisitSwitchCase (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.h76 void VisitSwitchCase(clang::SwitchCase *SC);
Dslang_rs_ast_replace.cpp146 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase() function in slang::RSASTReplace