|
clang 23.0.0git
|
The result of const visitation. More...
#include "clang/Frontend/CompilerInvocation.h"
Public Member Functions | |
| operator VisitMutResult () const | |
Public Attributes | |
| bool | Terminate = false |
| Whether to short-circuit the visitation. | |
The result of const visitation.
Definition at line 442 of file CompilerInvocation.h.
|
inline |
Definition at line 446 of file CompilerInvocation.h.
References Terminate.
Whether to short-circuit the visitation.
Definition at line 444 of file CompilerInvocation.h.
Referenced by operator VisitMutResult().