Home
last modified time | relevance | path

Searched refs:getManglingNumber (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangleNumberingContext.h37 virtual unsigned getManglingNumber(const CXXMethodDecl *CallOperator) = 0;
41 virtual unsigned getManglingNumber(const BlockDecl *BD) = 0;
48 virtual unsigned getManglingNumber(const VarDecl *VD,
53 virtual unsigned getManglingNumber(const TagDecl *TD,
H A DExprCXX.h4523 unsigned getManglingNumber() const { in getManglingNumber() function
4526 ->getManglingNumber(); in getManglingNumber()
H A DASTContext.h2906 unsigned getManglingNumber(const NamedDecl *ND) const;
H A DDeclCXX.h3142 unsigned getManglingNumber() const { return ManglingNumber; } in getManglingNumber() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp42 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() function in __anonb1b156f10111::MicrosoftNumberingContext
46 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber() function in __anonb1b156f10111::MicrosoftNumberingContext
57 unsigned getManglingNumber(const VarDecl *VD, in getManglingNumber() function in __anonb1b156f10111::MicrosoftNumberingContext
62 unsigned getManglingNumber(const TagDecl *TD, in getManglingNumber() function in __anonb1b156f10111::MicrosoftNumberingContext
77 return DeviceCtx->getManglingNumber(CallOperator); in getDeviceManglingNumber()
H A DItaniumCXXABI.cpp142 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() function in __anonf94410f20211::ItaniumNumberingContext
155 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber() function in __anonf94410f20211::ItaniumNumberingContext
164 unsigned getManglingNumber(const VarDecl *VD, unsigned) override { in getManglingNumber() function in __anonf94410f20211::ItaniumNumberingContext
179 unsigned getManglingNumber(const TagDecl *TD, unsigned) override { in getManglingNumber() function in __anonf94410f20211::ItaniumNumberingContext
H A DTextNodeDumper.cpp1656 OS << D->getManglingNumber(); in VisitLifetimeExtendedTemporaryDecl()
H A DItaniumMangle.cpp201 unsigned discriminator = getASTContext().getManglingNumber(ND); in getNextDiscriminator()
1527 unsigned UnnamedMangle = getASTContext().getManglingNumber(TD); in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp211 disc = getASTContext().getManglingNumber(ND); in getNextDiscriminator()
H A DASTContext.cpp11137 unsigned ASTContext::getManglingNumber(const NamedDecl *ND) const { in getManglingNumber() function in ASTContext
H A DASTImporter.cpp7364 D->getManglingNumber())) in VisitLifetimeExtendedTemporaryDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1337 SemaRef.Context.setManglingNumber(Enum, SemaRef.Context.getManglingNumber(D)); in VisitEnumDecl()
1808 SemaRef.Context.getManglingNumber(D)); in VisitCXXRecordDecl()
4487 SemaRef.Context.getManglingNumber(Tmpl)); in InitFunctionInstantiation()
5073 Context.setManglingNumber(NewVar, Context.getManglingNumber(OldVar)); in BuildVariableInstantiation()
H A DSemaLambda.cpp474 unsigned ManglingNumber = MCtx->getManglingNumber(Method); in handleLambdaNumbering()
H A DSemaDecl.cpp4383 Tag, MCtx.getManglingNumber( in handleTagNumbering()
4395 Tag, MCtx->getManglingNumber( in handleTagNumbering()
5251 NewVD, MCtx->getManglingNumber( in BuildAnonymousStructOrUnion()
7475 NewVD, MCtx->getManglingNumber( in ActOnVariableDeclarator()
H A DSemaExpr.cpp15282 unsigned ManglingNumber = MCtx->getManglingNumber(Block); in ActOnBlockStart()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1169 Record.push_back(D->getManglingNumber()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderDecl.cpp2646 LETDecl->getExtendingDecl(), LETDecl->getManglingNumber())]; in mergeMergeable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5452 VD, E->getManglingNumber(), Out); in GetAddrOfGlobalTemporary()