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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h68 void ValidateVarDecl(clang::VarDecl *VD);
H A Dslang_rs_check_ast.cpp189 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) { function in class:slang::RSCheckAST
217 if (!RSExportType::ValidateVarDecl(VD, mTargetAPI, mIsFilterscript)) {
233 ValidateVarDecl(VD);
296 ValidateVarDecl(VD);
H A Dslang_rs_export_type.h170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
H A Dslang_rs_export_type.cpp586 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI, function in class:slang::RSExportType

Completed in 70 milliseconds