Home
last modified time | relevance | path

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

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