| 2323 | } |
| 2324 | |
| 2325 | bool TokenList::isCPP() const |
| 2326 | { |
| 2327 | return mLang == Standards::Language::CPP; |
| 2328 | } |
| 2329 | |
| 2330 | const Token * TokenList::isFunctionHead(const Token *tok, const std::string &suffix) |
| 2331 | { |
no outgoing calls
no test coverage detected