Home
last modified time | relevance | path

Searched defs:getStaticLocalNumber (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp50 unsigned getStaticLocalNumber(const VarDecl *VD) override { in getStaticLocalNumber() function in __anond55016f50111::MicrosoftNumberingContext
H A DItaniumCXXABI.cpp132 unsigned getStaticLocalNumber(const VarDecl *VD) override { in getStaticLocalNumber() function in __anonf76afff60211::ItaniumNumberingContext
H A DASTContext.cpp10066 unsigned ASTContext::getStaticLocalNumber(const VarDecl *VD) const { in getStaticLocalNumber() function in ASTContext