class TypeOfTypeLoc

Declaration

class TypeOfTypeLoc : public TypeofLikeTypeLoc { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/TypeLoc.h:2002

Inherits from: TypeofLikeTypeLoc

Method Overview

Methods

clang::TypeSourceInfo* getUnderlyingTInfo() const

Declared at: clang/include/clang/AST/TypeLoc.h:2009

clang::QualType getUnderlyingType() const

Declared at: clang/include/clang/AST/TypeLoc.h:2005

void initializeLocal(clang::ASTContext& Context,
                     clang::SourceLocation Loc)

Declared at: clang/include/clang/AST/TypeLoc.h:2017

Parameters

clang::ASTContext& Context
clang::SourceLocation Loc

void setUnderlyingTInfo(
    clang::TypeSourceInfo* TI) const

Declared at: clang/include/clang/AST/TypeLoc.h:2013

Parameters

clang::TypeSourceInfo* TI