Home
last modified time | relevance | path

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

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