Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.cpp239 bool ShouldExportVariable = true; in processExports() local
247 ShouldExportVariable = false; in processExports()
257 if (valid && ShouldExportVariable && isSyntheticName(VD->getName())) in processExports()
258 ShouldExportVariable = false; in processExports()
259 if (valid && ShouldExportVariable && !processExportVar(VD)) { in processExports()