IDL compiler front-end library
AST::SimpleDeclarator Member List

This is the complete list of members for AST::SimpleDeclarator, including all inherited members.

file() const noexceptAST::Locationinline
Identifier()AST::Identifierinline
Identifier(const char *s, size_t len)AST::Identifierinline
Identifier(const char *s)AST::Identifierinline
Identifier(std::string &&s) noexceptAST::Identifierinline
line() const noexceptAST::Locationinline
operator<(const Identifier &r) const noexceptAST::Identifier
operator==(const char *s) const noexceptAST::Identifier
SimpleDeclarator(const Identifier &name, const Location &loc)AST::SimpleDeclaratorinline
SimpleDeclarator(Identifier &&name, const Location &loc)AST::SimpleDeclaratorinline
valid() const noexceptAST::Identifier