Lines Matching defs:DebugPrint
36 static void DebugPrint([[maybe_unused]] const std::string &msg)
138 DebugPrint(" GenType: ");
141 DebugPrint(std::string(" Converting type: ") + GetDebugTypeName(checkerType) + " (" + var_name + ")");
432 DebugPrint("GenImportDeclaration");
460 DebugPrint("GenTypeAliasDeclaration: " + name);
475 DebugPrint("GenEnumDeclaration: " + enumName);
493 DebugPrint("GenInterfaceDeclaration: " + interfaceName);
529 DebugPrint("GenClassDeclaration: " + className);
601 DebugPrint(" GenMethodDeclaration: " + methodName);
633 DebugPrint(" GenPropDeclaration: " + propName);
656 DebugPrint("GenGlobalVarDeclaration: " + varName);