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

References

tools/clang/tools/extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  100       CFG::buildCFG(nullptr, FunctionBody, Context, Options);
  105       std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context);
  106   BlockMap = std::make_unique<StmtToBlockMap>(TheCFG.get(), Context);
  256     addDeclRefs(match(findAll(DeclRefMatcher), *S->getStmt(), *Context));
  263         *S->getStmt(), *Context));
  337         match(findAll(ReinitMatcher), *S->getStmt(), *Context);