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

  /frameworks/compile/slang/
slang_rs_backend.cpp 115 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI) {
130 valid &= RSExportType::ValidateVarDecl(VD, TargetAPI);
143 if (VD && !ValidateVarDecl(VD, TargetAPI)) {
slang_rs_export_type.cpp 357 // Helper function for ValidateVarDecl(). We do a recursive descent on the
516 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI) {
    [all...]

Completed in 205 milliseconds