Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h1157 typedef std::vector<std::string>::const_iterator const_name_iterator; typedef
1165 inline const_name_iterator name_begin() const { return ArgNames.begin(); } in name_begin()
1166 inline const_name_iterator name_end () const { return ArgNames.end(); } in name_end()
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1307 typedef std::vector<std::string>::const_iterator const_name_iterator; typedef
1315 inline const_name_iterator name_begin() const { return ArgNames.begin(); } in name_begin()
1316 inline const_name_iterator name_end () const { return ArgNames.end(); } in name_end()