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.h 68 void ValidateVarDecl(clang::VarDecl *VD);
slang_rs_check_ast.cpp 189 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {
217 if (!RSExportType::ValidateVarDecl(VD, mTargetAPI, mIsFilterscript)) {
233 ValidateVarDecl(VD);
296 ValidateVarDecl(VD);
slang_rs_export_type.h 170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
slang_rs_export_type.cpp 586 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
    [all...]

Completed in 71 milliseconds