Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDMangle.h214 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp123 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
2444 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray() function in MicrosoftMangleContextImpl
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp4021 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); in getCatchableTypeArray()