Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp3152 llvm::SmallString<64> RTTIMangling; in mangleCXXCatchableType() local
3154 llvm::raw_svector_ostream Stream(RTTIMangling); in mangleCXXCatchableType()
3158 Mangler.getStream() << RTTIMangling; in mangleCXXCatchableType()