clang API Documentation

Public Member Functions | Static Public Member Functions | Friends
clang::LValueReferenceType Class Reference

#include <Type.h>

Inheritance diagram for clang::LValueReferenceType:
Inheritance graph
[legend]
Collaboration diagram for clang::LValueReferenceType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool isSugared () const
QualType desugar () const

Static Public Member Functions

static bool classof (const Type *T)

Friends

class ASTContext

Detailed Description

LValueReferenceType - C++ [dcl.ref] - Lvalue reference

Definition at line 2146 of file Type.h.


Member Function Documentation

static bool clang::LValueReferenceType::classof ( const Type T) [inline, static]

Reimplemented from clang::ReferenceType.

Definition at line 2156 of file Type.h.

References clang::Type::getTypeClass().

Definition at line 2154 of file Type.h.

Definition at line 2153 of file Type.h.


Friends And Related Function Documentation

friend class ASTContext [friend]

Reimplemented from clang::Type.

Definition at line 2151 of file Type.h.


The documentation for this class was generated from the following file: