Home
last modified time | relevance | path

Searched refs:ValidateVarDecl (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp78 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) { in ValidateVarDecl() function in slang::RSCheckAST
106 if (!RSExportType::ValidateVarDecl(VD, mTargetAPI, mIsFilterscript)) { in ValidateVarDecl()
122 ValidateVarDecl(VD); in VisitDeclStmt()
159 ValidateVarDecl(VD); in Validate()
Dslang_rs_check_ast.h56 void ValidateVarDecl(clang::VarDecl *VD);
Dslang_rs_export_type.h170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
Dslang_rs_export_type.cpp585 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI, in ValidateVarDecl() function in slang::RSExportType