reference, declarationdefinition
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/StringRef.h
   54   class StringRef {
include/llvm/CodeGen/DIE.h
  163 class DIEInteger {
  201 class DIEExpr {
  218 class DIELabel {
  272 class DIEString {
  313 class DIEEntry {
  331 class DIELocList {
include/llvm/CodeGen/SelectionDAGNodes.h
 1435 class AtomicSDNode : public MemSDNode {
 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
  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 {
tools/clang/include/clang/AST/ASTTypeTraits.h
  230 class DynTypedNode {
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/Frontend/PrecompiledPreamble.h
  132   class TempPCHFile {
unittests/Support/AlignOfTest.cpp
   41 struct alignas(1) A1 {};
   42 struct alignas(2) A2 {};
   43 struct alignas(4) A4 {};