HomeSort by relevance Sort by last modified time
    Searched defs:ValidateVarDecl (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 185 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
211 if (!RSExportType::ValidateVarDecl(Context, VD, mTargetAPI, mIsFilterscript)) {
227 ValidateVarDecl(VD);
281 ValidateVarDecl(VD);
slang_rs_export_type.cpp 658 bool RSExportType::ValidateVarDecl(slang::RSContext *Context,
    [all...]

Completed in 77 milliseconds