HomeSort by relevance Sort by last modified time
    Searched refs:ValidateVarDecl (Results 1 - 4 of 4) 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_check_ast.h 56 void ValidateVarDecl(clang::VarDecl *VD);
slang_rs_export_type.h 170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
slang_rs_export_type.cpp 585 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
    [all...]

Completed in 723 milliseconds