clang 23.0.0git
clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true > Struct Template Reference

#include "clang/ExtractAPI/API.h"

Inheritance diagram for clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true >:
[legend]

Static Public Member Functions

static bool isPossible (const FromTy *From)
static RecordContextdoCast (FromTy *From)

Detailed Description

template<typename FromTy>
struct clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true >

Definition at line 1540 of file API.h.

Member Function Documentation

◆ doCast()

template<typename FromTy>
RecordContext * clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true >::doCast ( FromTy * From)
inlinestatic

Definition at line 1544 of file API.h.

◆ isPossible()

template<typename FromTy>
bool clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true >::isPossible ( const FromTy * From)
inlinestatic

Definition at line 1543 of file API.h.


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