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 195 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
222 if (!RSExportType::ValidateVarDecl(Context, VD, mTargetAPI, mIsFilterscript)) {
238 ValidateVarDecl(VD);
301 ValidateVarDecl(VD);
slang_rs_export_type.cpp 727 bool RSExportType::ValidateVarDecl(slang::RSContext *Context,
    [all...]

Completed in 374 milliseconds