Searched defs:ValidateVarDecl (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_backend.cpp112 static bool ValidateVarDecl(clang::VarDecl *VD) { function in namespace:slang::__anon1320
127 valid &= RSExportType::ValidateVarDecl(VD);
140 if (VD && !ValidateVarDecl(VD)) {
H A Dslang_rs_export_type.cpp425 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD) { function in class:slang::RSExportType

Completed in 49 milliseconds