clang API Documentation

Public Types | Static Public Member Functions
llvm::simplify_type< const ::clang::AnyFunctionDecl > Struct Template Reference

#include <DeclCXX.h>

Inheritance diagram for llvm::simplify_type< const ::clang::AnyFunctionDecl >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ::clang::NamedDeclSimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (const ::clang::AnyFunctionDecl &Val)

Detailed Description

template<>
struct llvm::simplify_type< const ::clang::AnyFunctionDecl >

Implement simplify_type for AnyFunctionDecl, so that we can dyn_cast from AnyFunctionDecl to any function or function template declaration.

Definition at line 73 of file DeclCXX.h.


Member Typedef Documentation

typedef ::clang::NamedDecl* llvm::simplify_type< const ::clang::AnyFunctionDecl >::SimpleType

Definition at line 74 of file DeclCXX.h.


Member Function Documentation

static SimpleType llvm::simplify_type< const ::clang::AnyFunctionDecl >::getSimplifiedValue ( const ::clang::AnyFunctionDecl Val) [inline, static]

Definition at line 75 of file DeclCXX.h.


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