Cppcheck
|
Functions | |
CPPCHECKLIB std::string | create (const Tokenizer &tokenizer, const std::string &cfg) |
CPPCHECKLIB void | loadReturn (const std::string &buildDir, std::set< std::string > &summaryReturn) |
std::string Summaries::create | ( | const Tokenizer & | tokenizer, |
const std::string & | cfg | ||
) |
Definition at line 37 of file summaries.cpp.
References Scope::bodyEnd, Scope::bodyStart, Settings::buildDir, cfg(), Scope::function, SymbolDatabase::functionScopes, AnalyzerInformation::getAnalyzerInfoFile(), Tokenizer::getSettings(), TokenList::getSourceFilePath(), Tokenizer::getSymbolDatabase(), join(), Tokenizer::list, Token::Match(), Function::name(), Token::next(), and Token::simpleMatch().
Referenced by Tokenizer::simplifyTokens1().
void Summaries::loadReturn | ( | const std::string & | buildDir, |
std::set< std::string > & | summaryReturn | ||
) |
Definition at line 156 of file summaries.cpp.
References getSummaryData(), getSummaryFiles(), and removeFunctionCalls().
Referenced by Settings::loadSummaries().