#include #include #include #include "clang/AST/TypeLocNodes.def" #include "clang/AST/TypeNodes.inc"">

clang: include/clang/AST/TypeLoc.h File Reference (original) (raw)

#include "[clang/AST/ASTConcept.h](ASTConcept%5F8h%5Fsource.html)"
#include "[clang/AST/DeclarationName.h](DeclarationName%5F8h%5Fsource.html)"
#include "[clang/AST/NestedNameSpecifier.h](NestedNameSpecifier%5F8h%5Fsource.html)"
#include "[clang/AST/TemplateBase.h](TemplateBase%5F8h%5Fsource.html)"
#include "[clang/AST/Type.h](Type%5F8h%5Fsource.html)"
#include "[clang/Basic/LLVM.h](LLVM%5F8h%5Fsource.html)"
#include "[clang/Basic/SourceLocation.h](SourceLocation%5F8h%5Fsource.html)"
#include "[clang/Basic/Specifiers.h](Specifiers%5F8h%5Fsource.html)"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#include "clang/AST/TypeLocNodes.def"
#include "clang/AST/TypeNodes.inc"

Classes

class

clang::TypeLoc

Base wrapper for a particular "section" of type source info. More...

class

clang::UnqualTypeLoc

Wrapper of type source information for a type with no direct qualifiers. More...

class

clang::QualifiedTypeLoc

Wrapper of type source information for a type with non-trivial direct qualifiers. More...

class

clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >

A metaprogramming base class for [TypeLoc](classclang%5F1%5F1TypeLoc.html "Base wrapper for a particular "section" of type source info.") classes which correspond to a particular Type subclass. More...

struct

clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::HasNoInnerType

class

clang::InheritingConcreteTypeLoc< Base, Derived, TypeClass >

A metaprogramming class designed for concrete subtypes of abstract types where all subtypes share equivalently-structured source information. More...

struct

clang::TypeSpecLocInfo

class

clang::TypeSpecTypeLoc

A reasonable base class for TypeLocs that correspond to types that are written as a type-specifier. More...

struct

clang::BuiltinLocInfo

class

clang::BuiltinTypeLoc

Wrapper for source info for builtin types. More...

class

clang::UsingTypeLoc

Wrapper for source info for types used via transparent aliases. More...

class

clang::TypedefTypeLoc

Wrapper for source info for typedefs. More...

class

clang::InjectedClassNameTypeLoc

Wrapper for source info for injected class names of class templates. More...

class

clang::UnresolvedUsingTypeLoc

Wrapper for source info for unresolved typename using decls. More...

class

clang::TagTypeLoc

Wrapper for source info for tag types. More...

class

clang::RecordTypeLoc

Wrapper for source info for record types. More...

class

clang::EnumTypeLoc

Wrapper for source info for enum types. More...

class

clang::TemplateTypeParmTypeLoc

Wrapper for template type parameters. More...

struct

clang::ObjCTypeParamTypeLocInfo

class

clang::ObjCTypeParamTypeLoc

ProtocolLAngleLoc, ProtocolRAngleLoc, and the source locations for protocol qualifiers are stored after Info. More...

class

clang::SubstTemplateTypeParmTypeLoc

Wrapper for substituted template type parameters. More...

class

clang::SubstTemplateTypeParmPackTypeLoc

Wrapper for substituted template type parameters. More...

struct

clang::AttributedLocInfo

class

clang::AttributedTypeLoc

Type source information for an attributed type. More...

struct

clang::BTFTagAttributedLocInfo

class

clang::BTFTagAttributedTypeLoc

Type source information for an btf_tag attributed type. More...

struct

clang::HLSLAttributedResourceLocInfo

class

clang::HLSLAttributedResourceTypeLoc

Type source information for HLSL attributed resource type. More...

struct

clang::ObjCObjectTypeLocInfo

class

clang::ObjCObjectTypeLoc

struct

clang::ObjCInterfaceLocInfo

class

clang::ObjCInterfaceTypeLoc

Wrapper for source info for ObjC interfaces. More...

struct

clang::BoundsAttributedLocInfo

class

clang::BoundsAttributedTypeLoc

class

clang::CountAttributedTypeLoc

struct

clang::MacroQualifiedLocInfo

class

clang::MacroQualifiedTypeLoc

struct

clang::ParenLocInfo

class

clang::ParenTypeLoc

struct

clang::AdjustedLocInfo

class

clang::AdjustedTypeLoc

class

clang::DecayedTypeLoc

Wrapper for source info for pointers decayed from arrays and functions. More...

struct

clang::PointerLikeLocInfo

class

clang::PointerLikeTypeLoc< Derived, TypeClass, LocalData >

A base class for. More...

class

clang::PointerTypeLoc

Wrapper for source info for pointers. More...

class

clang::BlockPointerTypeLoc

Wrapper for source info for block pointers. More...

struct

clang::MemberPointerLocInfo

class

clang::MemberPointerTypeLoc

Wrapper for source info for member pointers. More...

class

clang::ObjCObjectPointerTypeLoc

Wraps an ObjCPointerType with source location information. More...

class

clang::ReferenceTypeLoc

class

clang::LValueReferenceTypeLoc

class

clang::RValueReferenceTypeLoc

struct

clang::FunctionLocInfo

class

clang::FunctionTypeLoc

Wrapper for source info for functions. More...

class

clang::FunctionProtoTypeLoc

class

clang::FunctionNoProtoTypeLoc

struct

clang::ArrayLocInfo

class

clang::ArrayTypeLoc

Wrapper for source info for arrays. More...

class

clang::ConstantArrayTypeLoc

class

clang::ArrayParameterTypeLoc

Wrapper for source info for array parameter types. More...

class

clang::IncompleteArrayTypeLoc

class

clang::DependentSizedArrayTypeLoc

class

clang::VariableArrayTypeLoc

struct

clang::TemplateNameLocInfo

struct

clang::TemplateSpecializationLocInfo

class

clang::TemplateSpecializationTypeLoc

struct

clang::DependentAddressSpaceLocInfo

class

clang::DependentAddressSpaceTypeLoc

struct

clang::VectorTypeLocInfo

class

clang::VectorTypeLoc

class

clang::DependentVectorTypeLoc

class

clang::ExtVectorTypeLoc

class

clang::DependentSizedExtVectorTypeLoc

struct

clang::MatrixTypeLocInfo

class

clang::MatrixTypeLoc

class

clang::ConstantMatrixTypeLoc

class

clang::DependentSizedMatrixTypeLoc

class

clang::ComplexTypeLoc

struct

clang::TypeofLocInfo

struct

clang::TypeOfExprTypeLocInfo

struct

clang::TypeOfTypeLocInfo

class

clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >

class

clang::TypeOfExprTypeLoc

class

clang::TypeOfTypeLoc

struct

clang::DecltypeTypeLocInfo

class

clang::DecltypeTypeLoc

struct

clang::PackIndexingTypeLocInfo

class

clang::PackIndexingTypeLoc

struct

clang::UnaryTransformTypeLocInfo

class

clang::UnaryTransformTypeLoc

class

clang::DeducedTypeLoc

struct

clang::AutoTypeLocInfo

class

clang::AutoTypeLoc

class

clang::DeducedTemplateSpecializationTypeLoc

struct

clang::ElaboratedLocInfo

class

clang::ElaboratedTypeLoc

struct

clang::DependentNameLocInfo

class

clang::DependentNameTypeLoc

struct

clang::DependentTemplateSpecializationLocInfo

class

clang::DependentTemplateSpecializationTypeLoc

struct

clang::PackExpansionTypeLocInfo

class

clang::PackExpansionTypeLoc

struct

clang::AtomicTypeLocInfo

class

clang::AtomicTypeLoc

struct

clang::PipeTypeLocInfo

class

clang::PipeTypeLoc

class

clang::BitIntTypeLoc

class

clang::DependentBitIntTypeLoc

class

clang::ObjCProtocolLoc

Defines the [clang::TypeLoc](classclang%5F1%5F1TypeLoc.html "Base wrapper for a particular "section" of type source info.") interface and its subclasses.

Definition in file TypeLoc.h.