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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h72 void ValidateVarDecl(clang::VarDecl *VD);
H A Dslang_rs_check_ast.cpp210 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) { function in class:slang::RSCheckAST
237 if (!RSExportType::ValidateVarDecl(Context, VD, mTargetAPI, mIsFilterscript)) {
253 ValidateVarDecl(VD);
311 ValidateVarDecl(VD);
H A Dslang_rs_export_type.h274 static bool ValidateVarDecl(slang::RSContext *Context, clang::VarDecl *VD,
H A Dslang_rs_export_type.cpp723 bool RSExportType::ValidateVarDecl(slang::RSContext *Context, function in class:slang::RSExportType

Completed in 56 milliseconds