|
clang 22.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 |
Definition at line 48 of file APValue.h.
Referenced by getFromOpaqueValue().
|
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 TypeInfoLValue(), and V.
Referenced by llvm::PointerLikeTypeTraits< clang::TypeInfoLValue >::getFromVoidPointer().
|
inline |
Definition at line 51 of file APValue.h.
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().