Searched refs:ASTInterfaceBlock (Results 1 – 5 of 5) sorted by relevance
24 struct ASTInterfaceBlock : public ASTDeclaration { struct26 ASTInterfaceBlock(Position position, in ASTInterfaceBlock() function
35 struct ASTInterfaceBlock;
140 std::unique_ptr<InterfaceBlock> convertInterfaceBlock(const ASTInterfaceBlock& s);
705 std::unique_ptr<InterfaceBlock> IRGenerator::convertInterfaceBlock(const ASTInterfaceBlock& intf) { in convertInterfaceBlock()1967 (ASTInterfaceBlock&) decl); in convertProgram()
979 return std::unique_ptr<ASTDeclaration>(new ASTInterfaceBlock(name.fPosition, mods, in interfaceBlock()