Definition at line 73 of file UnusedParametersCheck.cpp.
clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::IndexerVisitor |
( |
TranslationUnitDecl * |
Top | ) |
|
|
inline |
const std::unordered_set<const CallExpr *>& clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::getFnCalls |
( |
const FunctionDecl * |
Fn | ) |
|
|
inline |
const std::unordered_set<const DeclRefExpr *>& clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::getOtherRefs |
( |
const FunctionDecl * |
Fn | ) |
|
|
inline |
bool clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::shouldTraversePostOrder |
( |
| ) |
const |
|
inline |
bool clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::WalkUpFromCallExpr |
( |
CallExpr * |
Call | ) |
|
|
inline |
bool clang::tidy::misc::UnusedParametersCheck::IndexerVisitor::WalkUpFromDeclRefExpr |
( |
DeclRefExpr * |
DeclRef | ) |
|
|
inline |
The documentation for this class was generated from the following file: