Searched defs:RecordIndexElement (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp868 struct RecordIndexElement struct in namespace:__anon19560
870 RecordIndexElement() {} function in struct:__anon19560::RecordIndexElement
871 explicit RecordIndexElement(Record const &R): function in struct:__anon19560::RecordIndexElement
883 std::vector<RecordIndexElement> Index;
887 Index.push_back(RecordIndexElement(R));
891 [](const RecordIndexElement &Lhs,
892 const RecordIndexElement &Rhs) { return Lhs.Name < Rhs.Name; });
895 const RecordIndexElement &R = Index[i];

Completed in 75 milliseconds