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

Method compileAST

tests/testutil/CompileHelper.cpp:104–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool CompileHelper::compileAST() {
105
106 for (auto &SourceFile : SourceFiles) {
107 ASTFiles.emplace_back(SourceFile);
108 if (!ASTFiles.back().Ptr) {
109 ASTFiles.clear();
110 return false;
111 }
112 }
113 return true;
114}
115
116bool CompileHelper::compileIR() {
117

Callers 1

createCompileHelperMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

createCompileHelperMethod · 0.64