Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h50 bool mShouldMangle; variable
58 mShouldMangle(false), in RSExportFunc()
61 mShouldMangle = Context->getMangleContext().shouldMangleDeclName(FD); in RSExportFunc()
63 if (mShouldMangle) { in RSExportFunc()
88 return (mShouldMangle && mangle) ? mMangledName : mName;