Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4026 llvm::SmallString<64> RTTIMangling; in mangleCXXCatchableType() local
4028 llvm::raw_svector_ostream Stream(RTTIMangling); in mangleCXXCatchableType()
4032 Mangler.getStream() << RTTIMangling; in mangleCXXCatchableType()