Searched refs:FunctionPrefix (Results 1 – 2 of 2) sorted by relevance
825 const std::string FunctionPrefix = getFlags().getDefaultFunctionPrefix(); in nameUnnamedFunctions() local826 if (FunctionPrefix.empty()) in nameUnnamedFunctions()831 F.setName(createUnnamedName(FunctionPrefix, NameIndex)); in nameUnnamedFunctions()834 checkIfUnnamedNameSafe(F.getName(), "function", FunctionPrefix); in nameUnnamedFunctions()
510 const std::string &FunctionPrefix = in installFunctionNames() local512 if (!FunctionPrefix.empty()) { in installFunctionNames()515 installDeclarationName(Func, FunctionPrefix, "function", NameIndex); in installFunctionNames()