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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h29 class RSCheckAST : public clang::StmtVisitor<RSCheckAST> { class in namespace:slang
39 explicit RSCheckAST(clang::ASTContext &Con, unsigned int TargetAPI, function in class:slang::RSCheckAST
H A Dslang_rs_check_ast.cpp25 void RSCheckAST::VisitStmt(clang::Stmt *S) {
38 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) {
77 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
100 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) {
117 void RSCheckAST::VisitExpr(clang::Expr *E) {
136 bool RSCheckAST::Validate() {
H A Dslang_rs_backend.h63 RSCheckAST mASTChecker;

Completed in 69 milliseconds