clang 20.0.0git
|
#include "PrimType.h"
#include "Boolean.h"
#include "Floating.h"
#include "FunctionPointer.h"
#include "IntegralAP.h"
#include "MemberPointer.h"
#include "Pointer.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::interp |
Functions | |
size_t | clang::interp::primSize (PrimType Type) |
Returns the size of a primitive type in bytes. | |