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
The JSON file list parser is used to communicate input to InstallAPI.
const FunctionProtoType * T
Describes how types, statements, expressions, and declarations should be printed.