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

Method setArgs

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

Source from the content-addressed store, hash-verified

128 clang::SourceManager &getSourceMgr() { return *sourceManager; }
129 const clang::LangOptions &getLangOpts() const { return *langOption; }
130 void setArgs(std::string a) { args = std::move(a); }
131
132 bool generate(clang::Sema&, bool WasInDatabase);
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected