struct Parser::LexedMethod

Declaration

struct Parser::LexedMethod : public LateParsedDeclaration { /* full declaration omitted */ };

Description

Contains the lexed tokens of a member function definition which needs to be parsed at the end of the class declaration after parsing all other member declarations.

Declared at: clang/include/clang/Parse/Parser.h:1346

Inherits from: Parser::LateParsedDeclaration

Member Variables

public clang::Parser* Self
public clang::Decl* D
public clang::CachedTokens Toks

Method Overview

Inherited from Parser::LateParsedDeclaration:

Methods

LexedMethod(clang::Parser* P, clang::Decl* MD)

Declared at: clang/include/clang/Parse/Parser.h:1351

Parameters

clang::Parser* P
clang::Decl* MD

void ParseLexedMethodDefs()

Declared at: clang/include/clang/Parse/Parser.h:1353