| 480 | } |
| 481 | |
| 482 | bool clangimport::AstNode::isDefinition() const |
| 483 | { |
| 484 | return contains(mExtTokens, "definition"); |
| 485 | } |
| 486 | |
| 487 | std::string clangimport::AstNode::getTemplateParameters() const |
| 488 | { |
nothing calls this directly
no test coverage detected