MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setDirectives

Method setDirectives

lib/tokenize.cpp:11265–11268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11263}
11264
11265void Tokenizer::setDirectives(std::list<Directive> directives)
11266{
11267 mDirectives = std::move(directives);
11268}
11269
11270bool Tokenizer::hasIfdef(const Token *start, const Token *end) const
11271{

Callers 4

checkInternalMethod · 0.80
directiveDumpMethod · 0.80
preprocessMethod · 0.80

Calls

no outgoing calls

Tested by 2

directiveDumpMethod · 0.64