OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStructor
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
ItaniumMangle.cpp
93
static const FunctionDecl *
getStructor
(const FunctionDecl *fn) {
100
static const NamedDecl *
getStructor
(const NamedDecl *decl) {
102
return (fn ?
getStructor
(fn) : decl);
254
: Context(C), Out(Out_), Structor(
getStructor
(D)), StructorType(0),
262
: Context(C), Out(Out_), Structor(
getStructor
(D)), StructorType(Type),
266
: Context(C), Out(Out_), Structor(
getStructor
(D)), StructorType(Type),
[
all
...]
MicrosoftMangle.cpp
32
static const FunctionDecl *
getStructor
(const FunctionDecl *fn) {
77
Structor(
getStructor
(D)), StructorType(Type),
[
all
...]
Completed in 129 milliseconds