Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp42 const clang::VarDecl *VD, in RSExportVar()
Dslang_rs_export_type.cpp91 const clang::VarDecl *VD, in ReportTypeError()
123 const clang::VarDecl *VD, in ConstantArrayTypeExportableHelper()
162 clang::VarDecl const *VD, in TypeExportableHelper()
325 const clang::VarDecl *VD) { in TypeExportable()
332 static bool ValidateRSObjectInVarDecl(clang::VarDecl *VD, in ValidateRSObjectInVarDecl()
370 clang::VarDecl *VD, in ValidateVarDeclHelper()
490 const clang::VarDecl *VD) { in NormalizeType()
516 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI) { in ValidateVarDecl()
727 const clang::VarDecl *VD) { in CreateFromDecl()
Dslang_rs_context.cpp85 bool RSContext::processExportVar(const clang::VarDecl *VD) { in processExportVar()
233 clang::VarDecl *VD = (clang::VarDecl*) (*DI); in processExport() local
Dslang_rs_object_ref_count.h57 inline void addRSObject(clang::VarDecl* VD) { in addRSObject()
Dslang_rs_object_ref_count.cpp1141 clang::VarDecl *VD, in AppendRSObjectInit()
1250 clang::VarDecl *VD = *I; in InsertLocalVarDestructors() local
1265 clang::VarDecl *VD, in ClearRSObject()
1303 bool RSObjectRefCount::InitializeRSObject(clang::VarDecl *VD, in InitializeRSObject()
1459 clang::VarDecl *VD = static_cast<clang::VarDecl*>(D); in VisitDeclStmt() local
1531 clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*I); in CreateStaticGlobalDtor() local
Dslang_rs_backend.cpp115 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI) { in ValidateVarDecl()
142 clang::VarDecl *VD = llvm::dyn_cast<clang::VarDecl>(*DI); in ValidateASTContext() local