clang 22.0.0git
clang::cast_convert_decl_context< ToTy, true > Struct Template Reference

#include "clang/AST/DeclBase.h"

Inheritance diagram for clang::cast_convert_decl_context< ToTy, true >:
[legend]

Static Public Member Functions

static const ToTy * doit (const DeclContext *Val)
static ToTy * doit (DeclContext *Val)

Detailed Description

template<class ToTy>
struct clang::cast_convert_decl_context< ToTy, true >

Definition at line 2813 of file DeclBase.h.

Member Function Documentation

◆ doit() [1/2]

template<class ToTy>
const ToTy * clang::cast_convert_decl_context< ToTy, true >::doit ( const DeclContext * Val)
inlinestatic

Definition at line 2814 of file DeclBase.h.

◆ doit() [2/2]

template<class ToTy>
ToTy * clang::cast_convert_decl_context< ToTy, true >::doit ( DeclContext * Val)
inlinestatic

Definition at line 2818 of file DeclBase.h.


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