|
clang
3.8.0
|
#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"Go to the source code of this file.
Typedefs | |
| typedef std::vector< std::pair < unsigned, SourceLocation > > | VisStack |
Enumerations | |
| enum | : unsigned { NoVisibility = ~0U } |
Functions | |
| static void | PushPragmaVisibility (Sema &S, unsigned type, SourceLocation loc) |
| typedef std::vector<std::pair<unsigned, SourceLocation> > VisStack |
Definition at line 513 of file SemaAttr.cpp.
| anonymous enum : unsigned |
| Enumerator | |
|---|---|
| NoVisibility | |
Definition at line 514 of file SemaAttr.cpp.
|
static |
Definition at line 541 of file SemaAttr.cpp.
References Stack, and clang::Sema::VisContext.
Referenced by clang::Sema::ActOnPragmaVisibility(), and clang::Sema::PushNamespaceVisibilityAttr().
1.8.6