Home
last modified time | relevance | path

Searched refs:insertExportType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_context.cpp388 bool RSContext::insertExportType(const llvm::StringRef &TypeName, in insertExportType() function in slang::RSContext
H A Dslang_rs_context.h315 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
H A Dslang_rs_export_type.cpp959 Context->insertExportType(llvm::StringRef(Name), this); in RSExportType()