Lines Matching full:string
21 #include <string>
42 std::string whole_line;
43 std::string exception_record;
44 std::string try_begin_label;
45 std::string try_end_label;
46 std::string catch_begin_label;
47 std::string catch_end_label;
52 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map;
53 std::vector<std::string> try_catch_order;
55 std::unordered_map<std::string, std::vector<const CatchBlock *>> &map, in TryCatchInfo()
56 std::vector<std::string> ¶m_try_catch_order) in TryCatchInfo()
72 std::string name = "";
76 std::unordered_map<std::string, panda::pandasm::Label> label_table;
79 std::string source_file; /* The file in which the function is defined or empty */
80 std::string source_code;
103 …Function(std::string s, extensions::Language lang, size_t b_l, size_t b_r, std::string f_c, bool d… in Function()
111 Function(std::string s, extensions::Language lang) in Function()
127 const std::unordered_map<std::string, panda_file::BaseMethodItem *> &methods,
128 const std::unordered_map<std::string, panda_file::BaseFieldItem *> &fields,
129 const std::unordered_map<std::string, panda_file::BaseClassItem *> &classes,
131 … const std::unordered_map<std::string, panda_file::LiteralArrayItem *> &literalarrays) const;
154 …panda_file::MethodItem *method, const std::unordered_map<std::string, panda_file::BaseClassItem *>…