clang 20.0.0git
|
Symbolic representation of typeid(T) for some type T. More...
#include "clang/AST/APValue.h"
Public Member Functions | |
TypeInfoLValue () | |
TypeInfoLValue (const Type *T) | |
The identity of a type_info object depends on the canonical unqualified type only. | |
const Type * | getType () const |
operator bool () const | |
void * | getOpaqueValue () |
void | print (llvm::raw_ostream &Out, const PrintingPolicy &Policy) const |
Static Public Member Functions | |
static TypeInfoLValue | getFromOpaqueValue (void *Value) |
|
inline |
|
explicit |
The identity of a type_info object depends on the canonical unqualified type only.
Definition at line 27 of file APValue.cpp.
|
inlinestatic |
Definition at line 55 of file APValue.h.
References V.
Referenced by llvm::PointerLikeTypeTraits< clang::TypeInfoLValue >::getFromVoidPointer().
|
inline |
|
inline |
Definition at line 51 of file APValue.h.
References clang::T.
Referenced by clang::ASTNodeImporter::ImportAPValue(), and print().
|
inlineexplicit |
void TypeInfoLValue::print | ( | llvm::raw_ostream & | Out, |
const PrintingPolicy & | Policy | ||
) | const |
Definition at line 30 of file APValue.cpp.
References getType(), and clang::QualType::print().