reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
46 Finder->addMatcher(varDecl(hasInitializer(Cast)), this); 47 Finder->addMatcher(returnStmt(hasReturnValue(Cast)), this); 48 Finder->addMatcher(callExpr(hasAnyArgument(Cast)), this); 49 Finder->addMatcher(binaryOperator(hasOperatorName("="), hasRHS(Cast)), this); 50 Finder->addMatcher(