Home
last modified time | relevance | path

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

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