Lines Matching refs:string
49 std::string mLicenseNote;
50 std::string mInputFileName;
52 std::string mClassName;
53 std::string mOutputPath;
54 std::string mOutputBCFileName;
56 std::vector< std::string > mText;
57 std::string mIndent;
59 bool openFile(const std::string &name, std::string &errorMsg);
60 void startFile(const std::string &filename);
63 void write(const std::string &t);
66 std::string stripRS(const std::string &s) const;
68 static bool writeFile(const std::string &filename, const std::vector< std::string > &txt);
76 static std::string genInitValue(const clang::APValue &Val, bool asBool=false);