Home
last modified time | relevance | path

Searched defs:VD (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp185 void RSCheckAST::ValidateVarDecl(clang::VarDecl *VD) { in ValidateVarDecl()
226 if (clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*I)) { in VisitDeclStmt() local
280 if (clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*DI)) { in Validate() local
Dslang_rs_export_var.cpp30 const clang::VarDecl *VD, in RSExportVar()
Dslang_rs_context.cpp70 bool RSContext::processExportVar(const clang::VarDecl *VD) { in processExportVar()
217 clang::VarDecl *VD = (clang::VarDecl*) (*DI); in processExport() local
Dslang_rs_export_type.cpp197 const clang::VarDecl *VD, in ConstantArrayTypeExportableHelper()
245 clang::VarDecl const *VD, in TypeExportableHelper()
398 const clang::VarDecl *VD) { in TypeExportable()
406 clang::VarDecl *VD, bool InCompositeType, in ValidateRSObjectInVarDecl()
466 clang::VarDecl *VD = (ND ? llvm::dyn_cast<clang::VarDecl>(ND) : NULL); in ValidateTypeHelper() local
626 const clang::VarDecl *VD) { in NormalizeType()
659 clang::VarDecl *VD, unsigned int TargetAPI, in ValidateVarDecl()
859 const clang::VarDecl *VD) { in CreateFromDecl()
Dslang_rs_object_ref_count.h56 inline void addRSObject(clang::VarDecl* VD) { in addRSObject()
Dslang_rs_object_ref_count.cpp1123 clang::VarDecl *VD, in AppendRSObjectInit()
1229 clang::VarDecl *VD = *I; in InsertLocalVarDestructors() local
1243 clang::VarDecl *VD, in ClearRSObject()
1280 bool RSObjectRefCount::InitializeRSObject(clang::VarDecl *VD, in InitializeRSObject()
1442 clang::VarDecl *VD = static_cast<clang::VarDecl*>(D); in VisitDeclStmt() local
1515 clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*I); in CreateStaticGlobalDtor() local