|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/APFloat.h 689 class APFloat : public APFloatBase {
include/llvm/ADT/APSInt.h 21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/DenseMap.h 867 struct LargeRep {
include/llvm/ADT/IntervalMap.h 953 struct RootBranchData {
include/llvm/ADT/StringRef.h 54 class StringRef {
include/llvm/CodeGen/DIE.h 201 class DIEExpr {
218 class DIELabel {
272 class DIEString {
313 class DIEEntry {
331 class DIELocList {
include/llvm/CodeGen/SelectionDAGNodes.h 1722 class GlobalAddressSDNode : public SDNode {
1883 class TargetIndexSDNode : public SDNode {
2083 class BlockAddressSDNode : public SDNode {
include/llvm/Support/AlignOf.h 23 template <typename T, typename... Ts> class AlignerImpl {
include/llvm/Support/JSON.h 90 class Object {
154 class Array {
tools/clang/include/clang/AST/APValue.h 236 struct ComplexAPSInt {
240 struct ComplexAPFloat {
245 struct Vec {
251 struct Arr {
257 struct StructData {
264 struct UnionData {
270 struct AddrLabelDiffData {
tools/clang/include/clang/AST/NestedNameSpecifier.h 236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/TemplateBase.h 50 class TemplateArgument {
tools/clang/include/clang/AST/Type.h 643 class QualType {
tools/clang/include/clang/AST/TypeLoc.h 56 class TypeLoc {
tools/clang/include/clang/Frontend/PrecompiledPreamble.h 165 class InMemoryPreamble {
unittests/Support/AlignOfTest.cpp 42 struct alignas(2) A2 {};
43 struct alignas(4) A4 {};
44 struct alignas(8) A8 {};