class RValueReferenceTypeLoc

Declaration

class RValueReferenceTypeLoc : public InheritingConcreteTypeLoc { /* full declaration omitted */ };

Description

A metaprogramming class designed for concrete subtypes of abstract types where all subtypes share equivalently-structured source information. See the note on ConcreteTypeLoc.

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

Inherits from: InheritingConcreteTypeLoc

Method Overview

Methods

clang::SourceLocation getAmpAmpLoc() const

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

void setAmpAmpLoc(clang::SourceLocation Loc)

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

Parameters

clang::SourceLocation Loc