Home
last modified time | relevance | path

Searched defs:getMangleContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h113 MangleContext &getMangleContext() { in getMangleContext() function
H A DItaniumCXXABI.cpp59 return cast<ItaniumMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext() function in __anonc30f2d070111::ItaniumCXXABI
[all...]
H A DMicrosoftCXXABI.cpp595 MicrosoftMangleContext &getMangleContext() { getMangleContext() function in __anon1ab3cc460111::MicrosoftCXXABI
[all...]
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp713 clang::MangleContext *TypeSystemClang::getMangleContext() { getMangleContext() function in TypeSystemClang