HomeSort by relevance Sort by last modified time
    Searched defs:getMangleContext (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 84 MangleContext &getMangleContext() {
ItaniumCXXABI.cpp 45 ItaniumMangleContext &getMangleContext() {
46 return cast<ItaniumMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]
MicrosoftCXXABI.cpp 405 MicrosoftMangleContext &getMangleContext() {
406 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 115 inline clang::MangleContext &getMangleContext() const {

Completed in 44 milliseconds