clang 22.0.0git
clang::extractapi::SymbolGraphSerializerOption Struct Reference

Common options to customize the visitor output. More...

#include "clang/ExtractAPI/Serialization/SymbolGraphSerializer.h"

Public Attributes

bool Compact = true
 Do not include unnecessary whitespaces to save space.
bool EmitSymbolLabelsForTesting = false

Detailed Description

Common options to customize the visitor output.

Definition at line 41 of file SymbolGraphSerializer.h.

Member Data Documentation

◆ Compact

bool clang::extractapi::SymbolGraphSerializerOption::Compact = true

Do not include unnecessary whitespaces to save space.

Definition at line 43 of file SymbolGraphSerializer.h.

Referenced by clang::ExtractAPIActionBase::ImplEndSourceFileAction().

◆ EmitSymbolLabelsForTesting


The documentation for this struct was generated from the following file: