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

! Find a LambdaExpr inside a Decltype More...

#include "InsightsHelpers.h"

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

Public Member Functions

 P0315Visitor (class OutputFormatHelper &ofm)
 
 P0315Visitor (class CodeGenerator &cg)
 
bool VisitLambdaExpr (const LambdaExpr *expr)
 
const LambdaExpr * Get () const
 

Detailed Description

! Find a LambdaExpr inside a Decltype

Definition at line 359 of file InsightsHelpers.h.

Constructor & Destructor Documentation

◆ P0315Visitor() [1/2]

clang::insights::P0315Visitor::P0315Visitor ( class OutputFormatHelper ofm)
inline

Definition at line 366 of file InsightsHelpers.h.

◆ P0315Visitor() [2/2]

clang::insights::P0315Visitor::P0315Visitor ( class CodeGenerator cg)
inline

Definition at line 371 of file InsightsHelpers.h.

Member Function Documentation

◆ Get()

const LambdaExpr* clang::insights::P0315Visitor::Get ( ) const
inline

Definition at line 378 of file InsightsHelpers.h.

◆ VisitLambdaExpr()

bool clang::insights::P0315Visitor::VisitLambdaExpr ( const LambdaExpr *  expr)

Definition at line 1623 of file InsightsHelpers.cpp.

References clang::insights::GetLambdaName().


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