Home
last modified time | relevance | path

Searched refs:ValidateVarDecl (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp189 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) { in ValidateVarDecl() function in slang::RSCheckAST
217 if (!RSExportType::ValidateVarDecl(VD, mTargetAPI, mIsFilterscript)) { in ValidateVarDecl()
233 ValidateVarDecl(VD); in VisitDeclStmt()
296 ValidateVarDecl(VD); in Validate()
Dslang_rs_check_ast.h68 void ValidateVarDecl(clang::VarDecl *VD);
Dslang_rs_export_type.h170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
Dslang_rs_export_type.cpp586 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI, in ValidateVarDecl() function in slang::RSExportType