|
clang 24.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Pointer.h"
Public Member Functions | |
| StringPointer | decay () const |
| const StringLiteral * | getLiteral () const |
Public Attributes | |
| const Expr * | Base = nullptr |
| unsigned | ID = 0 |
| bool | Decayed = false |
|
inline |
|
inline |
Definition at line 388 of file Pointer.h.
References Base, and clang::cast().
Referenced by convertToBlockPointer(), clang::interp::getElemType(), clang::interp::Pointer::hasSameBase(), clang::interp::interp__builtin_nan(), and clang::interp::interp__builtin_strlen().
Definition at line 383 of file Pointer.h.
Referenced by decay(), getLiteral(), and clang::interp::Pointer::operator==().
| unsigned clang::interp::StringPointer::ID = 0 |
Definition at line 384 of file Pointer.h.
Referenced by decay(), and clang::interp::Pointer::hasSameBase().