reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
   52   SourceLocation Loc = MatchedConstructExpr->getExprLoc();
   60       MatchedConstructExpr->getType().getCanonicalType();
   68       MatchedConstructExpr->getParenOrBraceRange();
   75   for (unsigned I = 0, NumParams = MatchedConstructExpr->getNumArgs();
   78             MatchedConstructExpr->getConstructor()->getParamDecl(I))) {
   79       if (MatchedConstructExpr->getArg(I)->getType().getCanonicalType() !=