13#ifndef LLVM_CLANG_AST_LOCINFOTYPE_H
14#define LLVM_CLANG_AST_LOCINFOTYPE_H
28class LocInfoType :
public Type {
32 LocInfo = Type::TypeLast + 1
51 return T->getTypeClass() == (
TypeClass)LocInfo;
C Language Family Type Representation.
TypeSourceInfo * getTypeSourceInfo() const
void getAsStringInternal(std::string &Str, const PrintingPolicy &Policy) const
static bool classof(const Type *T)
A (possibly-)qualified type.
A container of type source information.
Type(TypeClass tc, QualType canon, TypeDependence Dependence)
QualType getCanonicalTypeInternal() const
TypeDependence getDependence() const
TypeClass getTypeClass() const
Top level wrappers for InstallAPI frontend operations.
const FunctionProtoType * T
Describes how types, statements, expressions, and declarations should be printed.