Searched refs:ASTSection (Results 1 – 8 of 8) sorted by relevance
18 struct ASTSection : public ASTDeclaration { struct19 ASTSection(int offset, String name, String arg, String text) in ASTSection() argument
18 struct ASTSection : public ASTDeclaration { struct19 ASTSection(int offset, String name, String arg, String text) in ASTSection() function
153 std::unique_ptr<Section> convertSection(const ASTSection& e);
1079 std::unique_ptr<Section> IRGenerator::convertSection(const ASTSection& s) { in convertSection()2311 std::unique_ptr<Section> s = this->convertSection((ASTSection&) decl); in convertProgram()
334 return std::unique_ptr<ASTDeclaration>(new ASTSection(start.fOffset, in section()
1116 std::unique_ptr<Section> IRGenerator::convertSection(const ASTSection& s) { in convertSection()2375 std::unique_ptr<Section> s = this->convertSection((ASTSection&) decl); in convertProgram()
335 return std::unique_ptr<ASTDeclaration>(new ASTSection(start.fOffset, in section()