Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h46 bool mShouldMangle; variable
54 mShouldMangle(false), in RSExportFunc()
57 mShouldMangle = Context->getMangleContext().shouldMangleDeclName(FD); in RSExportFunc()
59 if (mShouldMangle) { in RSExportFunc()
84 return (mShouldMangle && mangle) ? mMangledName : mName;