ROSE
0.11.145.247
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
midend
astMatching
matcherparser_decls.h
1
#ifndef _parser_decls_h
2
#define _parser_decls_h
3
4
#include <string>
5
6
// These are global declarations needed for the lexer and parser files.
7
8
// Match operations classes
9
#include "MatchOperation.h"
10
11
// Front End specific classes
12
class
CCompiler;
13
void
InitializeParser(
const
std::string& inString);
14
void
FinishParser();
15
16
void
InitializeLexer(
const
std::string& tokenizeString);
17
void
FinishLexer();
18
19
extern
char
* matcherparsertext;
20
extern
int
matcherparserlineno;
21
extern
bool
matcherparserdeprecated;
22
int
matcherparserlex();
23
int
matcherparserparse();
24
void
matcherparsererror(
const
char
*);
25
26
#endif
Generated on Mon Mar 31 2025 00:23:28 for ROSE by
1.9.8