Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11265
void Tokenizer::setDirectives(std::list<Directive> directives)
11266
{
11267
mDirectives = std::move(directives);
11268
}
11269
11270
bool Tokenizer::hasIfdef(const Token *start, const Token *end) const
11271
{
Callers
4
checkInternal
Method · 0.80
directiveDump
Method · 0.80
checkStructMemberUsage_
Method · 0.80
preprocess
Method · 0.80
Calls
no outgoing calls
Tested by
2
directiveDump
Method · 0.64
checkStructMemberUsage_
Method · 0.64