LLVM/Clang 15.x

    Navigation

  • Home
  • Search
  • Repository
  • Made with hdoc
  • Pages

  • Getting Started
  • Building LLVM
  • Coding Standards
  • API Documentation

  • Functions
  • Records
  • Enums
  • Namespaces
  • namespace clang
  • namespace syntax
  • class SimpleTemplateNameSpecifier

class SimpleTemplateNameSpecifier

Declaration

class SimpleTemplateNameSpecifier : public NameSpecifier { /* full declaration omitted */ };

Description

A name specifier with a simple-template-id, of the form `template_opt identifier < template-args >` e.g. the `vector <int >` in `std::vector <int >::size`.

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:428

Inherits from: NameSpecifier

Member Variables

Method Overview

  • public SimpleTemplateNameSpecifier()
  • public static bool classof(const clang::syntax::Node * N)

Inherited from NameSpecifier:

  • public classof

Inherited from Tree:

  • public classof
  • public findChild
  • public findChild
  • public findFirstLeaf
  • public findFirstLeaf
  • public findLastLeaf
  • public findLastLeaf
  • public getChildren
  • public getChildren
  • public getFirstChild
  • public getFirstChild
  • public getLastChild
  • public getLastChild

Inherited from Node:

  • public assertInvariants
  • public assertInvariantsRecursive
  • public canModify
  • public dump
  • public dumpTokens
  • public getKind
  • public getNextSibling
  • public getNextSibling
  • public getParent
  • public getParent
  • public getPreviousSibling
  • public getPreviousSibling
  • public getRole
  • public isDetached
  • public isOriginal

Methods

¶SimpleTemplateNameSpecifier()

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:430

¶static bool classof(const clang::syntax::Node* N)

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:431

Parameters

const clang::syntax::Node* N

Documentation for LLVM/Clang 15.x.

Generated by hdoc version 1.4.0-eb16166 on 2022-10-27T00:45:30 UTC.

19AD43E11B2996