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

Declarations

tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.h
   32 allDeclRefExprs(const VarDecl &VarDecl, const Stmt &Stmt, ASTContext &Context);

References

tools/clang/tools/extra/clang-tidy/performance/ForRangeCopyCheck.cpp
  101       !utils::decl_ref_expr::allDeclRefExprs(LoopVar, *ForRange.getBody(),
tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  209       utils::decl_ref_expr::allDeclRefExprs(*TargetVarDecl, *LoopParent,
tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.cpp
  114   auto AllDeclRefs = allDeclRefExprs(Var, Stmt, Context);