OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mangleName
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/slang/
slang_rs_export_func.h
65
Context->getMangleContext().
mangleName
(FD, BufStm);
/external/clang/lib/AST/
MicrosoftMangle.cpp
41
void
mangleName
(const NamedDecl *ND);
83
virtual void
mangleName
(const NamedDecl *D, llvm::raw_ostream &Out);
174
mangleName
(D);
249
void MicrosoftCXXNameMangler::
mangleName
(const NamedDecl *ND) {
[
all
...]
ItaniumMangle.cpp
95
void
mangleName
(const NamedDecl *D, llvm::raw_ostream &);
230
void
mangleName
(const NamedDecl *ND);
262
void
mangleName
(const TemplateDecl *TD,
416
mangleName
(VD);
418
mangleName
(cast<FieldDecl>(D));
423
mangleName
(FD);
505
void CXXNameMangler::
mangleName
(const NamedDecl *ND) {
547
void CXXNameMangler::
mangleName
(const TemplateDecl *TD,
[
all
...]
Mangle.cpp
106
// calling the
mangleName
() method on the MangleContext; is there a
108
mangleName
(ND, Stream);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h
142
mangledName(TFunction::
mangleName
(*name)),
148
static TString
mangleName
(const TString& name) { return name + '('; }