LLVM
8.0.1
Main Page
Related Pages
Modules
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
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
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
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
j
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
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
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
+
Related Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
y
+
Files
File List
+
File 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
z
~
+
Variables
_
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
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
llvm
itanium_demangle
ManglingParser
List of all members
llvm::itanium_demangle::ManglingParser< Alloc > Struct Template Reference
#include "
llvm/Demangle/ItaniumDemangle.h
"
Inheritance diagram for llvm::itanium_demangle::ManglingParser< Alloc >:
[
legend
]
Collaboration diagram for llvm::itanium_demangle::ManglingParser< Alloc >:
[
legend
]
Additional Inherited Members
Public Member Functions inherited from
llvm::itanium_demangle::AbstractManglingParser< ManglingParser< Alloc >, Alloc >
AbstractManglingParser
(
const
char
*First_,
const
char
*Last_)
ManglingParser
< Alloc > &
getDerived
()
void
reset
(
const
char
*First_,
const
char
*Last_)
Node
*
make
(Args &&... args)
NodeArray
makeNodeArray
(It begin, It end)
NodeArray
popTrailingNodeArray
(
size_t
FromPosition)
bool
consumeIf
(
StringView
S)
bool
consumeIf
(
char
C
)
char
consume
()
char
look
(
unsigned
Lookahead=0)
size_t
numLeft
()
const
StringView
parseNumber
(
bool
AllowNegative=
false
)
Qualifiers
parseCVQualifiers
()
bool
parsePositiveInteger
(
size_t
*Out)
StringView
parseBareSourceName
()
bool
parseSeqId
(
size_t
*Out)
Node
*
parseSubstitution
()
Node
*
parseTemplateParam
()
Node
*
parseTemplateArgs
(
bool
TagTemplates=
false
)
Node
*
parseTemplateArg
()
Node
*
parseExpr
()
Parse the <expr> production.
More...
Node
*
parsePrefixExpr
(
StringView
Kind
)
Node
*
parseBinaryExpr
(
StringView
Kind
)
Node
*
parseIntegerLiteral
(
StringView
Lit)
Node
*
parseExprPrimary
()
Node
*
parseFloatingLiteral
()
Node
*
parseFunctionParam
()
Node
*
parseNewExpr
()
Node
*
parseConversionExpr
()
Node
*
parseBracedExpr
()
Node
*
parseFoldExpr
()
Node
*
parseType
()
Parse the <type> production.
More...
Node
*
parseFunctionType
()
Node
*
parseVectorType
()
Node
*
parseDecltype
()
Node
*
parseArrayType
()
Node
*
parsePointerToMemberType
()
Node
*
parseClassEnumType
()
Node
*
parseQualifiedType
()
Node
*
parseEncoding
()
bool
parseCallOffset
()
Node
*
parseSpecialName
()
bool
resolveForwardTemplateRefs
(NameState &State)
Node
*
parseName
(NameState *State=nullptr)
Parse the <name> production>
More...
Node
*
parseLocalName
(NameState *State)
Node
*
parseOperatorName
(NameState *State)
Node
*
parseUnqualifiedName
(NameState *State)
Node
*
parseUnnamedTypeName
(NameState *State)
Node
*
parseSourceName
(NameState *State)
Node
*
parseUnscopedName
(NameState *State)
Node
*
parseNestedName
(NameState *State)
Node
*
parseCtorDtorName
(
Node
*&SoFar, NameState *State)
Node
*
parseAbiTags
(
Node
*
N
)
Node
*
parseUnresolvedName
()
Parse the <unresolved-name> production.
More...
Node
*
parseSimpleId
()
Node
*
parseBaseUnresolvedName
()
Node
*
parseUnresolvedType
()
Node
*
parseDestructorName
()
Node
*
parse
()
Top-level entry point into the parser.
More...
Public Attributes inherited from
llvm::itanium_demangle::AbstractManglingParser< ManglingParser< Alloc >, Alloc >
const
char
*
First
const
char
*
Last
PODSmallVector
<
Node
*, 32 >
Names
PODSmallVector
<
Node
*, 32 >
Subs
PODSmallVector
<
Node
*, 8 >
TemplateParams
PODSmallVector
<
ForwardTemplateReference
*, 4 >
ForwardTemplateRefs
bool
TryToParseTemplateArgs
bool
PermitForwardTemplateReferences
bool
ParsingLambdaParams
Alloc
ASTAllocator
Detailed Description
template<typename Alloc>
struct llvm::itanium_demangle::ManglingParser< Alloc >
Definition at line
5176
of file
ItaniumDemangle.h
.
The documentation for this struct was generated from the following file:
include/llvm/Demangle/
ItaniumDemangle.h
Generated on Sun Dec 20 2020 14:14:49 for LLVM by
1.8.13