clang API Documentation

Typedefs | Functions
SemaAttr.cpp File Reference
#include "clang/Sema/SemaInternal.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Expr.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Sema/Lookup.h"
Include dependency graph for SemaAttr.cpp:

Go to the source code of this file.

Typedefs

typedef std::vector< std::pair
< unsigned, SourceLocation > > 
VisStack

Functions

static void PushPragmaVisibility (Sema &S, unsigned type, SourceLocation loc)

Typedef Documentation

typedef std::vector<std::pair<unsigned, SourceLocation> > VisStack

Definition at line 510 of file SemaAttr.cpp.


Function Documentation

static void PushPragmaVisibility ( Sema S,
unsigned  type,
SourceLocation  loc 
) [static]