clang 17.0.0git
|
#include "clang/Tooling/NodeIntrospection.h"
Public Types | |
enum | LocationCallFlags { NoFlags , ReturnsPointer , IsCast } |
Public Member Functions | |
LocationCall (SharedLocationCall on, std::string name, LocationCallFlags flags=NoFlags) | |
LocationCall * | on () const |
StringRef | name () const |
bool | returnsPointer () const |
bool | isCast () const |
Definition at line 36 of file NodeIntrospection.h.
Enumerator | |
---|---|
NoFlags | |
ReturnsPointer | |
IsCast |
Definition at line 38 of file NodeIntrospection.h.
|
inline |
Definition at line 39 of file NodeIntrospection.h.
|
inline |
Definition at line 46 of file NodeIntrospection.h.
References IsCast.
|
inline |
Definition at line 44 of file NodeIntrospection.h.
Referenced by clang::tooling::internal::locationCallLessThan().
|
inline |
Definition at line 43 of file NodeIntrospection.h.
Referenced by clang::tooling::internal::locationCallLessThan().
|
inline |
Definition at line 45 of file NodeIntrospection.h.
References ReturnsPointer.