Searched refs:mangleName (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp41 void mangleName(const NamedDecl *ND);
83 virtual void mangleName(const NamedDecl *D, raw_ostream &Out);
174 mangleName(D);
249 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { function in class:MicrosoftCXXNameMangler
917 mangleName(T->getDecl());
985 mangleName(cast<RecordType>(T->getClass())->getDecl());
989 mangleName(cast<RecordType>(T->getClass())->getDecl());
1062 mangleName(T->getDecl());
1122 void MicrosoftMangleContext::mangleName(const NamedDecl *D, function in class:MicrosoftMangleContext
1125 "Invalid mangleName() cal
[all...]
H A DItaniumMangle.cpp95 void mangleName(const NamedDecl *D, 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) { function in class:CXXNameMangler
547 void CXXNameMangler::mangleName(const TemplateDecl *TD, function in class:CXXNameMangler
1229 mangleName(qualifier->getAsNamespace());
1233 mangleName(qualifie
[all...]
H A DMangle.cpp106 // calling the mangleName() method on the MangleContext; is there a
108 mangleName(ND, Stream);
/external/clang/include/clang/AST/
H A DMangle.h98 virtual void mangleName(const NamedDecl *D, raw_ostream &)=0;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.h142 mangledName(TFunction::mangleName(*name)),
148 static TString mangleName(const TString& name) { return name + '('; } function in class:TFunction
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp92 std::string mangleName(DICompileUnit CU, std::string NewStem);
322 std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) { function in class:GCOVProfiler
364 out = new raw_fd_ostream(mangleName(CU, "gcno").c_str(), ErrorInfo,
643 std::string FilenameGcda = mangleName(compile_unit, "gcda");
/external/v8/tools/gcmole/
H A Dgcmole.cc58 ctx->mangleName(decl, out);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp328 getCXXABI().getMangleContext().mangleName(ND, Out);

Completed in 148 milliseconds