clang 20.0.0git
|
#include "clang/AST/StmtIterator.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Type.h"
#include "clang/Basic/LLVM.h"
#include "llvm/Support/Casting.h"
#include <cassert>
#include <cstdint>
Go to the source code of this file.
Functions | |
static const VariableArrayType * | FindVA (const Type *t) |
|
inlinestatic |
Definition at line 25 of file StmtIterator.cpp.