clang 23.0.0git
clang::CowCompilerInvocation::VisitMutResult Struct Reference

The result of mutable visitation. More...

#include "clang/Frontend/CompilerInvocation.h"

Public Attributes

bool Replace = false
 Whether to replace the given StringRef with the modified std::string &.
bool Terminate = false
 Whether to short-circuit the visitation.

Detailed Description

The result of mutable visitation.

Definition at line 428 of file CompilerInvocation.h.

Member Data Documentation

◆ Replace

bool clang::CowCompilerInvocation::VisitMutResult::Replace = false

Whether to replace the given StringRef with the modified std::string &.

Definition at line 430 of file CompilerInvocation.h.

◆ Terminate

bool clang::CowCompilerInvocation::VisitMutResult::Terminate = false

Whether to short-circuit the visitation.

Definition at line 432 of file CompilerInvocation.h.


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