Searched defs:VD (Results  1 – 7 of 7) sorted by relevance
| /frameworks/compile/slang/ | 
| D | slang_rs_check_ast.cpp | 195 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) {  in ValidateVarDecl()237       if (clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*I)) {  in VisitDeclStmt()  local
 300       if (clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*DI)) {  in Validate()  local
 
 | 
| D | slang_rs_export_type.cpp | 212     const clang::VarDecl *VD,  in ConstantArrayTypeExportableHelper()261     clang::VarDecl const *VD,  in TypeExportableHelper()
 441                                          const clang::VarDecl *VD,  in TypeExportable()
 450                                       const clang::VarDecl *VD, bool InCompositeType,  in ValidateRSObjectInVarDecl()
 513         const clang::VarDecl *VD = (ND ? llvm::dyn_cast<clang::VarDecl>(ND) : nullptr);  in ValidateTypeHelper()  local
 689                                  const clang::VarDecl *VD,  in NormalizeType()
 720   if (auto VD = llvm::dyn_cast_or_null<clang::VarDecl>(ND)) {  in ValidateType()  local
 732                                    clang::VarDecl *VD, unsigned int TargetAPI,  in ValidateVarDecl()
 928                                    ExportKind EK, const clang::VarDecl *VD) {  in Create()
 938                                            const clang::VarDecl *VD) {  in CreateFromDecl()
 
 | 
| D | slang_rs_export_var.cpp | 30                          const clang::VarDecl *VD,  in RSExportVar()
 | 
| D | slang_rs_context.cpp | 80 bool RSContext::processExportVar(const clang::VarDecl *VD) {  in processExportVar()238       clang::VarDecl* VD = llvm::cast<clang::VarDecl>(D);  in processExports()  local
 363   clang::VarDecl *const VD = clang::VarDecl::Create(  in markUsedByReducePragma()  local
 
 | 
| D | slang_rs_object_ref_count.h | 64     inline void addRSObject(clang::VarDecl* VD) {  in addRSObject()
 | 
| D | slang_rs_ast_replace.cpp | 93     clang::VarDecl* VD;  in VisitDeclStmt()  local
 | 
| D | slang_rs_object_ref_count.cpp | 1074     clang::VarDecl *VD,  in AppendRSObjectInit()1259     clang::VarDecl *VD,  in ClearRSObject()
 1296 bool RSObjectRefCount::InitializeRSObject(clang::VarDecl *VD,  in InitializeRSObject()
 1523       clang::VarDecl *VD = static_cast<clang::VarDecl*>(D);  in VisitDeclStmt()  local
 1754     clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*I);  in CreateStaticGlobalDtor()  local
 
 |