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

/frameworks/compile/slang/
H A Dslang_rs_context.cpp238 bool ShouldExportVariable = true; local
246 ShouldExportVariable = false;
256 if (valid && ShouldExportVariable && isSyntheticName(VD->getName()))
257 ShouldExportVariable = false;
258 if (valid && ShouldExportVariable && !processExportVar(VD)) {

Completed in 976 milliseconds