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

#include "clang/ExtractAPI/API.h"

Static Public Member Functions

static bool isPossible (RecordContext *Ctx)
 
static RecordContextdoCast (RecordContext *Ctx)
 

Detailed Description

template<typename ToTy>
struct clang::extractapi::FromRecordContextCastInfoWrapper< ToTy, true >

Definition at line 1534 of file API.h.

Member Function Documentation

◆ doCast()

template<typename ToTy >
static RecordContext * clang::extractapi::FromRecordContextCastInfoWrapper< ToTy, true >::doCast ( RecordContext Ctx)
inlinestatic

Definition at line 1541 of file API.h.

◆ isPossible()

template<typename ToTy >
static bool clang::extractapi::FromRecordContextCastInfoWrapper< ToTy, true >::isPossible ( RecordContext Ctx)
inlinestatic

Definition at line 1538 of file API.h.

References clang::extractapi::RecordContext::getKind().


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