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

Class ASTData

tests/testutil/CompileHelper.h:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 };
52
53 struct ASTData {
54 std::string Path;
55 std::unique_ptr<clang::ASTUnit> Ptr;
56
57 ASTData(const SourceFileData &SourceFile);
58 ASTData(ASTData &&Data);
59 ~ASTData();
60 };
61
62 struct IRData {
63 std::string Path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected