class TemplateTypeParmTypeLoc
Declaration
class TemplateTypeParmTypeLoc : public InheritingConcreteTypeLoc { /* full declaration omitted */ };
Description
Wrapper for template type parameters.
Declared at: clang/include/clang/AST/TypeLoc.h:743
Inherits from: InheritingConcreteTypeLoc
Method Overview
- public clang::TemplateTypeParmDecl * getDecl() const
Methods
ΒΆclang::TemplateTypeParmDecl* getDecl() const
clang::TemplateTypeParmDecl* getDecl() const
Declared at: clang/include/clang/AST/TypeLoc.h:748