OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSCheckAST
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
slang_rs_check_ast.h
30
class
RSCheckAST
: public clang::StmtVisitor<
RSCheckAST
> {
49
explicit
RSCheckAST
(RSContext *Con, unsigned int TargetAPI,
slang_rs_check_ast.cpp
29
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) {
195
void
RSCheckAST
::ValidateVarDecl(clang::VarDecl *VD) {
231
void
RSCheckAST
::VisitDeclStmt(clang::DeclStmt *DS) {
248
void
RSCheckAST
::VisitCastExpr(clang::CastExpr *CE) {
265
void
RSCheckAST
::VisitExpr(clang::Expr *E) {
288
bool
RSCheckAST
::Validate() {
slang_backend.h
107
RSCheckAST
mASTChecker;
Completed in 452 milliseconds