MCPcopy Create free account
hub / github.com/aras-p/ClangBuildAnalyzer / BuildEventsParser

Method BuildEventsParser

src/BuildEvents.cpp:165–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163struct BuildEventsParser
164{
165 BuildEventsParser()
166 {
167 // make sure zero index is empty
168 NameToIndex("", resultNameToIndex);
169 resultNames.push_back(std::string_view(resultNameToIndex.begin()->first.str, 0));
170
171 resultEvents.reserve(2048);
172 resultNames.reserve(2048);
173 }
174
175 BuildEvents resultEvents;
176 BuildNames resultNames;

Callers

nothing calls this directly

Calls 3

push_backMethod · 0.80
beginMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected