clang 19.0.0git
Static Public Member Functions | List of all members
clang::extractapi::ToRecordContextCastInfoWrapper< FromTy, true > Struct Template Reference

#include "clang/ExtractAPI/API.h"

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 1506 of file API.h.

Member Function Documentation

◆ doCast()

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

Definition at line 1510 of file API.h.

◆ isPossible()

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

Definition at line 1509 of file API.h.


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