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

Method setSourceMgr

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

Source from the content-addressed store, hash-verified

123 ProjectManager &projectManager;
124
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; }

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected