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

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

Completed in 1660 milliseconds