Searched refs:getManglingNumber (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
H A DMangleNumberingContext.h39 virtual unsigned getManglingNumber(const CXXMethodDecl *CallOperator) = 0;
43 virtual unsigned getManglingNumber(const BlockDecl *BD) = 0;
50 virtual unsigned getManglingNumber(const VarDecl *VD,
55 virtual unsigned getManglingNumber(const TagDecl *TD,
H A DASTContext.h2417 unsigned getManglingNumber(const NamedDecl *ND) const;
H A DExprCXX.h4026 unsigned getManglingNumber() const {
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp61 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override {
73 unsigned getManglingNumber(const BlockDecl *BD) override {
83 unsigned getManglingNumber(const VarDecl *VD, unsigned) override {
92 unsigned getManglingNumber(const TagDecl *TD, unsigned) override {
H A DMicrosoftCXXABI.cpp41 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override {
45 unsigned getManglingNumber(const BlockDecl *BD) override {
56 unsigned getManglingNumber(const VarDecl *VD,
61 unsigned getManglingNumber(const TagDecl *TD,
H A DItaniumMangle.cpp192 unsigned discriminator = getASTContext().getManglingNumber(ND);
1290 unsigned UnnamedMangle = getASTContext().getManglingNumber(TD);
H A DMicrosoftMangle.cpp210 disc = getASTContext().getManglingNumber(ND);
H A DASTContext.cpp8770 unsigned ASTContext::getManglingNumber(const NamedDecl *ND) const { function in class:ASTContext
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp922 SemaRef.Context.setManglingNumber(Enum, SemaRef.Context.getManglingNumber(D));
1420 SemaRef.Context.getManglingNumber(D));
3397 SemaRef.Context.getManglingNumber(Tmpl));
3855 Context.setManglingNumber(NewVar, Context.getManglingNumber(OldVar));
H A DSemaLambda.cpp429 unsigned ManglingNumber = MCtx->getManglingNumber(Method);
H A DSemaDecl.cpp3744 Tag, MCtx.getManglingNumber(
3754 Tag, MCtx->getManglingNumber(
4488 NewVD, MCtx->getManglingNumber(
6473 NewVD, MCtx->getManglingNumber(
H A DSemaExpr.cpp11940 unsigned ManglingNumber = MCtx->getManglingNumber(Block);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1650 Record.push_back(E->getManglingNumber());
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3557 VD, E->getManglingNumber(), Out);

Completed in 321 milliseconds