MCPcopy Create free account
hub / github.com/Samsung/UTopia / DefLocKey

Class DefLocKey

include/ftg/inputanalysis/DefMapGenerator.h:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 bool VisitDeclStmt(const clang::DeclStmt *S);
28 };
29 struct DefLocKey {
30 std::string Path;
31 unsigned Offset;
32
33 bool operator<(const DefLocKey &RHS) const;
34 };
35
36 std::map<DefLocKey, std::shared_ptr<Definition>> KeyDefMap;
37 std::map<unsigned, std::shared_ptr<Definition>> IDDefMap;

Callers 1

generateDefinitionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected