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 78 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
106 if (!RSExportType::ValidateVarDecl(VD, mTargetAPI, mIsFilterscript)) {
122 ValidateVarDecl(VD);
159 ValidateVarDecl(VD);
slang_rs_export_type.cpp 585 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
    [all...]

Completed in 36 milliseconds