Searched refs:Decl (Results 1 – 4 of 4) sorted by relevance
32 ss << (first ? "" : ", ") << type->Decl(); in MethodDeclaration()37 ss << proto->return_type->Decl(); in MethodDeclaration()200 printf("%s", ir_type->Decl().c_str()); in Visit()207 printf("%s.%s", ir_field->parent->Decl().c_str(), ir_field->name->c_str()); in Visit()215 ir_method->parent->Decl().c_str(), in Visit()244 printf("\t catch(%s) : Label_%d\n", handler.ir_type->Decl().c_str(), in Visit()319 ir_method->decl->parent->Decl().c_str(), in DumpMethod()
385 ir_method->decl->parent->Decl().c_str(), in CodeCoverage()
78 std::string Type::Decl() const { in Decl() function in ir::Type
180 std::string Decl() const;