MCPcopy Create free account
hub / github.com/KDAB/codebrowser / setMangleContext

Method setMangleContext

generator/annotator.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 void setSourceMgr(clang::SourceManager &sm, const clang::LangOptions &lo)
126 { sourceManager = &sm; langOption = &lo; }
127 void setMangleContext(clang::MangleContext *m) { mangle.reset(m); }
128 clang::SourceManager &getSourceMgr() { return *sourceManager; }
129 const clang::LangOptions &getLangOpts() const { return *langOption; }
130 void setArgs(std::string a) { args = std::move(a); }

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected