Lines Matching refs:Parser
10 // This file implements the C++ Declaration portions of the Parser interfaces.
14 #include "clang/Parse/Parser.h"
54 Decl *Parser::ParseNamespace(unsigned Context,
191 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
231 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
276 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) {
335 Decl *Parser::ParseUsingDirectiveOrDeclaration(unsigned Context,
383 Decl *Parser::ParseUsingDirective(unsigned Context,
447 Decl *Parser::ParseUsingDeclaration(unsigned Context,
628 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
684 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) {
786 void Parser::AnnotateExistingDecltypeSpecifier(const DeclSpec& DS,
805 void Parser::ParseUnderlyingTypeSpecifier(DeclSpec &DS) {
853 Parser::TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc,
979 void Parser::ParseMicrosoftInheritanceClassAttributes(ParsedAttributes &attrs) {
993 bool Parser::isValidAfterTypeSpecifier(bool CouldBeBitfield) {
1105 void Parser::ParseClassSpecifier(tok::TokenKind TagTokKind,
1652 void Parser::ParseBaseClause(Decl *ClassDecl) {
1694 Parser::BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) {
1762 AccessSpecifier Parser::getAccessSpecifierIfPresent() const {
1774 void Parser::HandleMemberFunctionDeclDelays(Declarator& DeclaratorInfo,
1814 VirtSpecifiers::Specifier Parser::isCXX11VirtSpecifier(const Token &Tok) const {
1842 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS,
1872 bool Parser::isCXX11FinalKeyword() const {
1923 void Parser::ParseCXXClassMemberDeclaration(AccessSpecifier AS,
2407 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction,
2452 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc,
2711 void Parser::ParseConstructorInitializer(Decl *ConstructorDecl) {
2768 Parser::MemInitResult Parser::ParseMemInitializer(Decl *ConstructorDecl) {
2859 Parser::tryParseExceptionSpecification(
2925 Parser &P, const SourceRange &Range, bool IsNoexcept) {
2945 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification(
3006 TypeResult Parser::ParseTrailingReturnType(SourceRange &Range) {
3018 Parser::PushParsingClass(Decl *ClassDecl, bool NonNestedClass,
3028 void Parser::DeallocateParsedClasses(Parser::ParsingClass *Class) {
3040 void Parser::PopParsingClass(Sema::ParsingClassState state) {
3081 IdentifierInfo *Parser::TryParseCXX11AttributeIdentifier(SourceLocation &Loc) {
3167 void Parser::ParseCXX11AttributeSpecifier(ParsedAttributes &attrs,
3267 void Parser::ParseCXX11Attributes(ParsedAttributesWithRange &attrs,
3290 void Parser::ParseMicrosoftAttributes(ParsedAttributes &attrs,
3303 void Parser::ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType,