class LValueReferenceTypeLoc
Declaration
class LValueReferenceTypeLoc : 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:1347
Inherits from: InheritingConcreteTypeLoc
Method Overview
Methods
¶clang::SourceLocation getAmpLoc() const
clang::SourceLocation getAmpLoc() const
Declared at: clang/include/clang/AST/TypeLoc.h:1352
¶void setAmpLoc(clang::SourceLocation Loc)
void setAmpLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/TypeLoc.h:1356