clang API Documentation

Functions
TargetAttributesSema.cpp File Reference
#include "TargetAttributesSema.h"
#include "clang/Sema/SemaInternal.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/AST/DeclCXX.h"
#include "llvm/ADT/Triple.h"
Include dependency graph for TargetAttributesSema.cpp:

Go to the source code of this file.

Functions

static void HandleMSP430InterruptAttr (Decl *d, const AttributeList &Attr, Sema &S)
static void HandleMBlazeInterruptHandlerAttr (Decl *d, const AttributeList &Attr, Sema &S)
static void HandleMBlazeSaveVolatilesAttr (Decl *d, const AttributeList &Attr, Sema &S)
static void HandleX86ForceAlignArgPointerAttr (Decl *D, const AttributeList &Attr, Sema &S)
static void HandleDLLImportAttr (Decl *D, const AttributeList &Attr, Sema &S)
static void HandleDLLExportAttr (Decl *D, const AttributeList &Attr, Sema &S)

Function Documentation

static void HandleDLLExportAttr ( Decl D,
const AttributeList Attr,
Sema S 
) [static]
static void HandleDLLImportAttr ( Decl D,
const AttributeList Attr,
Sema S 
) [static]
static void HandleMBlazeInterruptHandlerAttr ( Decl d,
const AttributeList Attr,
Sema S 
) [static]
static void HandleMBlazeSaveVolatilesAttr ( Decl d,
const AttributeList Attr,
Sema S 
) [static]
static void HandleMSP430InterruptAttr ( Decl d,
const AttributeList Attr,
Sema S 
) [static]
static void HandleX86ForceAlignArgPointerAttr ( Decl D,
const AttributeList Attr,
Sema S 
) [static]