clang 19.0.0git
Public Attributes | List of all members
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 42 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 44 of file SymbolGraphSerializer.h.

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

◆ EmitSymbolLabelsForTesting

bool clang::extractapi::SymbolGraphSerializerOption::EmitSymbolLabelsForTesting = false

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