HomeSort by: relevance | last modified time | path
    Searched refs:getStaticLocalNumber (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
MangleNumberingContext.h 44 virtual unsigned getStaticLocalNumber(const VarDecl *VD) = 0;
ASTContext.h 2909 unsigned getStaticLocalNumber(const VarDecl *VD) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp 159 unsigned getStaticLocalNumber(const VarDecl *VD) override {
MicrosoftCXXABI.cpp 51 unsigned getStaticLocalNumber(const VarDecl *VD) override {
ASTContext.cpp 11147 unsigned ASTContext::getStaticLocalNumber(const VarDecl *VD) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 2524 GuardNum = getContext().getStaticLocalNumber(&D);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 5074 Context.setStaticLocalNumber(NewVar, Context.getStaticLocalNumber(OldVar));
SemaDecl.cpp 5253 Context.setStaticLocalNumber(NewVD, MCtx->getStaticLocalNumber(NewVD));
7477 Context.setStaticLocalNumber(NewVD, MCtx->getStaticLocalNumber(NewVD));

Completed in 59 milliseconds