class CGDebugInfo::PrintingCallbacks

Declaration

class CGDebugInfo::PrintingCallbacks : public PrintingCallbacks { /* full declaration omitted */ };

Description

Callbacks to use when printing names and types.

Declared at: clang/lib/CodeGen/CGDebugInfo.h:95

Inherits from: PrintingCallbacks

Member Variables

private const clang::CodeGen::CGDebugInfo& Self

Method Overview

Inherited from PrintingCallbacks:

Methods

PrintingCallbacks(
    const clang::CodeGen::CGDebugInfo& Self)

Declared at: clang/lib/CodeGen/CGDebugInfo.h:99

Parameters

const clang::CodeGen::CGDebugInfo& Self

std::string remapPath(llvm::StringRef Path) const

Description

Remap a path to a form suitable for printing.

Declared at: clang/lib/CodeGen/CGDebugInfo.h:100

Parameters

llvm::StringRef Path