Searched refs:genInitValue (Results 1 – 4 of 4) sorted by relevance
576 genInitValue(val, isBool); in genGetterAndSetter()611 genInitValue(val, isBool); in genPointerTypeExportVariable()642 genInitValue(val, false); in genGetterAndSetter()1010 genInitValue(Val); in genInitPrimitiveExportVariable()1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionCpp
82 void genInitValue(const clang::APValue &Val, bool asBool = false);
220 void genInitValue(const clang::APValue &Val, bool asBool);
753 genInitValue(Val, false); in genInitPrimitiveExportVariable()1871 genInitValue(Val, EPT->getType() == DataTypeBoolean); in genPrimitiveTypeExportVariable()1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionJava