clang 17.0.0git
|
#include "InterpFrame.h"
#include "Boolean.h"
#include "Floating.h"
#include "Function.h"
#include "InterpStack.h"
#include "InterpState.h"
#include "Pointer.h"
#include "PrimType.h"
#include "Program.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
static void | print (llvm::raw_ostream &OS, const T &V, ASTContext &, QualType) |
template<> | |
void | print (llvm::raw_ostream &OS, const Pointer &P, ASTContext &Ctx, QualType Ty) |
void print | ( | llvm::raw_ostream & | OS, |
const Pointer & | P, | ||
ASTContext & | Ctx, | ||
QualType | Ty | ||
) |
Definition at line 94 of file InterpFrame.cpp.
References clang::ASTContext::getPrintingPolicy(), clang::Type::isReferenceType(), and P.
|
static |
Definition at line 89 of file InterpFrame.cpp.
References V.
Referenced by clang::interp::InterpFrame::describe(), and clang::detail::MacroExpansionRangeRecorder::MacroExpands().