clang  3.8.0
Functions
DeclSpec.cpp File Reference
#include "clang/Sema/DeclSpec.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Sema/LocInfoType.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaDiagnostic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include <cstring>
Include dependency graph for DeclSpec.cpp:

Go to the source code of this file.

Functions

template<class T >
static bool BadSpecifier (T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension=true)
 

Function Documentation

template<class T >
static bool BadSpecifier ( TNew,
TPrev,
const char *&  PrevSpec,
unsigned DiagID,
bool  IsExtension = true 
)
static