Searched refs:RSCheckAST (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h30 class RSCheckAST : public clang::StmtVisitor<RSCheckAST> { class in namespace:slang
49 explicit RSCheckAST(RSContext *Con, unsigned int TargetAPI, function in class:slang::RSCheckAST
H A Dslang_rs_check_ast.cpp29 void RSCheckAST::VisitStmt(clang::Stmt *S) {
42 void RSCheckAST::WarnOnSetElementAt(clang::CallExpr *E) {
140 void RSCheckAST::VisitCallExpr(clang::CallExpr *E) {
149 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) {
210 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
246 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
263 void RSCheckAST::VisitCastExpr(clang::CastExpr *CE) {
280 void RSCheckAST::VisitExpr(clang::Expr *E) {
303 bool RSCheckAST::Validate() {
H A Dslang_backend.h107 RSCheckAST mASTChecker;

Completed in 78 milliseconds