Home
last modified time | relevance | path

Searched refs:getMSLastManglingNumber (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp42 MSCurManglingNumber = getMSLastManglingNumber(); in Init()
62 MSLastManglingNumber = getMSLastManglingNumber(); in Init()
215 OS << "MSLastManglingNumber: " << getMSLastManglingNumber() << '\n'; in dumpImpl()
HDSemaDecl.cpp3554 : S->getMSLastManglingNumber(); in getMSManglingNumber()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h294 unsigned getMSLastManglingNumber() const { in getMSLastManglingNumber() function