hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
templateArg Class Reference

#include <ast.hpp>

Inheritance diagram for templateArg:
Collaboration diagram for templateArg:

Public Member Functions

vec< templateArgSpec * > & get ()
 
- Public Member Functions inherited from AST
 AST ()
 
 AST (lexer::token token)
 
std::tuple< yoi::indexT, yoi::indexTgetLocation ()
 
yoi::indexT getLine ()
 
yoi::indexT getColumn ()
 
yoi::lexer::tokengetToken ()
 

Public Attributes

vec< templateArgSpec * > spec
 

Detailed Description

Definition at line 297 of file ast.hpp.

Member Function Documentation

◆ get()

vec< templateArgSpec * > & get ( )

Definition at line 35 of file ast.cpp.

References templateArg::spec.

Referenced by visitor::extractTemplateParamsFromTypeArgs(), yoi::finalizeAST(), and visitor::parseIdentifierWithTemplateArg().

Here is the caller graph for this function:

Member Data Documentation

◆ spec

Definition at line 299 of file ast.hpp.

Referenced by Formatter::format(), templateArg::get(), and visitor::parseTemplateArgs().


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