//===--- Parser.cpp - C Language Family Parser ----------------------------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This file implements the Parser interfaces.////===----------------------------------------------------------------------===//#include"clang/Parse/Parser.h"#include"clang/Parse/ParseDiagnostic.h"#include"clang/Sema/DeclSpec.h"#include"clang/Sema/Scope.h"#include"clang/Sema/ParsedTemplate.h"#include"llvm/Support/raw_ostream.h"#include"RAIIObjectsForParser.h"#include"Pa