| 489 | } |
| 490 | |
| 491 | bool shouldProcess(clang::NamedDecl *d) { |
| 492 | return annotator.shouldProcess(clang::FullSourceLoc(d->getLocation(), |
| 493 | annotator.getSourceMgr()).getExpansionLoc().getFileID()); |
| 494 | } |
| 495 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected