Public Member Functions | Static Public Member Functions | List of all members
clang::insights::CppInsightsCommentStmt Class Reference

#include "CodeGenerator.h"

Inheritance diagram for clang::insights::CppInsightsCommentStmt:
Inheritance graph
[legend]
Collaboration diagram for clang::insights::CppInsightsCommentStmt:
Collaboration graph
[legend]

Public Member Functions

 CppInsightsCommentStmt (std::string_view comment)
 
std::string_view Comment () const
 
child_range children ()
 
const_child_range children () const
 

Static Public Member Functions

static bool classof (const Stmt *T)
 

Detailed Description

Definition at line 30 of file CodeGenerator.h.

Constructor & Destructor Documentation

◆ CppInsightsCommentStmt()

clang::insights::CppInsightsCommentStmt::CppInsightsCommentStmt ( std::string_view  comment)
inline

Definition at line 35 of file CodeGenerator.h.

Member Function Documentation

◆ children() [1/2]

child_range clang::insights::CppInsightsCommentStmt::children ( )
inline

Definition at line 45 of file CodeGenerator.h.

◆ children() [2/2]

const_child_range clang::insights::CppInsightsCommentStmt::children ( ) const
inline

Definition at line 50 of file CodeGenerator.h.

◆ classof()

static bool clang::insights::CppInsightsCommentStmt::classof ( const Stmt T)
inlinestatic

Definition at line 43 of file CodeGenerator.h.

◆ Comment()

std::string_view clang::insights::CppInsightsCommentStmt::Comment ( ) const
inline

Definition at line 41 of file CodeGenerator.h.


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