Home
last modified time | relevance | path

Searched refs:getStaticLocalNumber (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDMangleNumberingContext.h45 virtual unsigned getStaticLocalNumber(const VarDecl *VD) = 0;
HDASTContext.h3204 unsigned getStaticLocalNumber(const VarDecl *VD) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftCXXABI.cpp49 unsigned getStaticLocalNumber(const VarDecl *VD) override { in getStaticLocalNumber() function in __anondb2e54c00111::MicrosoftNumberingContext
HDItaniumCXXABI.cpp160 unsigned getStaticLocalNumber(const VarDecl *VD) override { in getStaticLocalNumber() function in __anon80794f010211::ItaniumNumberingContext
HDASTContext.cpp12653 unsigned ASTContext::getStaticLocalNumber(const VarDecl *VD) const { in getStaticLocalNumber() function in ASTContext
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp2652 GuardNum = getContext().getStaticLocalNumber(&D); in EmitGuardedInit()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp5395 Context.setStaticLocalNumber(NewVar, Context.getStaticLocalNumber(OldVar)); in BuildVariableInstantiation()
HDSemaDecl.cpp5713 Context.setStaticLocalNumber(NewVD, MCtx->getStaticLocalNumber(NewVD)); in BuildAnonymousStructOrUnion()
8050 Context.setStaticLocalNumber(NewVD, MCtx->getStaticLocalNumber(NewVD)); in ActOnVariableDeclarator()