LLVM  3.7.0
Classes | Public Types | Public Member Functions | List of all members
llvm::LLParser Class Reference

#include <LLParser.h>

Public Types

typedef LLLexer::LocTy LocTy
 

Public Member Functions

 LLParser (StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M, SlotMapping *Slots=nullptr)
 
bool Run ()
 Run: module ::= toplevelentity*. More...
 
LLVMContextgetContext ()
 

Detailed Description

Definition at line 84 of file LLParser.h.

Member Typedef Documentation

Definition at line 86 of file LLParser.h.

Constructor & Destructor Documentation

llvm::LLParser::LLParser ( StringRef  F,
SourceMgr SM,
SMDiagnostic Err,
Module M,
SlotMapping Slots = nullptr 
)
inline

Definition at line 140 of file LLParser.h.

Member Function Documentation

LLVMContext& llvm::LLParser::getContext ( )
inline

Definition at line 146 of file LLParser.h.

bool LLParser::Run ( )

Run: module ::= toplevelentity*.

Definition at line 43 of file LLParser.cpp.

References llvm::LLLexer::Lex().


The documentation for this class was generated from the following files: