namespace clang {
class Diagnostic;
- struct LangOptions;
+ class LangOptions;
class CodeGenerator : public ASTConsumer {
public:
#include "llvm/ADT/PointerIntPair.h"
namespace clang {
- struct LangOptions;
+ class LangOptions;
class Diagnostic;
class IdentifierInfo;
DeclaratorChunk::ParamInfo InlineParams[16];
bool InlineParamsUsed;
- friend class DeclaratorChunk;
+ friend struct DeclaratorChunk;
public:
Declarator(const DeclSpec &ds, TheContext C)
class NamedDecl;
class ValueDecl;
class VarDecl;
- struct LangOptions;
+ class LangOptions;
class Diagnostic;
class AnnotateAttr;
class TypedefDecl;
class FunctionDecl;
class QualType;
- struct LangOptions;
+ class LangOptions;
class Token;
class IntegerLiteral;
class StringLiteral;
class ObjCContainerDecl;
struct BlockSemaInfo;
class BasePaths;
- class MemberLookupCriteria;
+ struct MemberLookupCriteria;
/// Sema - This implements semantic analysis and AST building for C.
class Sema : public Action {