clang 20.0.0git
|
#include "clang/AST/APNumericStorage.h"
#include "clang/AST/APValue.h"
#include "clang/AST/ASTVector.h"
#include "clang/AST/ComputeDependence.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclAccessPair.h"
#include "clang/AST/DependenceFlags.h"
#include "clang/AST/OperationKinds.h"
#include "clang/AST/Stmt.h"
#include "clang/AST/TemplateBase.h"
#include "clang/AST/Type.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SyncScope.h"
#include "clang/Basic/TypeTraits.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/AtomicOrdering.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/TrailingObjects.h"
#include <optional>
#include "clang/Basic/Builtins.inc"
Go to the source code of this file.
Classes | |
struct | clang::SubobjectAdjustment |
An adjustment to be made to the temporary created when emitting a reference binding, which accesses a particular subobject of that temporary. More... | |
struct | clang::SubobjectAdjustment::DTB |
struct | clang::SubobjectAdjustment::P |
class | clang::Expr |
This represents one expression. More... | |
class | clang::Expr::Classification |
The return type of classify(). More... | |
struct | clang::Expr::EvalStatus |
EvalStatus is a struct with detailed info about an evaluation in progress. More... | |
struct | clang::Expr::EvalResult |
EvalResult is a struct with detailed info about an evaluated expression. |