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

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
   41 class ParentMap;
tools/clang/include/clang/Analysis/CFGStmtMap.h
   21 class ParentMap;
tools/clang/include/clang/Edit/Rewriters.h
   20   class ParentMap;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
   49 class ParentMap;

References

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
   84   std::unique_ptr<ParentMap> PM;
  174   ParentMap &getParentMap();
  260   const ParentMap &getParentMap() const {
tools/clang/include/clang/Analysis/CFGStmtMap.h
   25   ParentMap *PM;
   28   CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {}
   35   static CFGStmtMap *Build(CFG* C, ParentMap *PM);
tools/clang/include/clang/Edit/Rewriters.h
   30                                 const ParentMap *PMap);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
  113   ParentMap &getParentMap(Decl const *D) {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  160   const ParentMap &getParentMap() const {
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  245                                   const ParentMap *PMap) {
  324   ParentMap &PMap;
  327   ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
  369   std::unique_ptr<ParentMap> PMap;
  378     PMap.reset(new ParentMap(S));
tools/clang/lib/ARCMigrate/TransProtectedScope.cpp
   55   ParentMap &PMap;
   59   CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases)
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
   40   std::unique_ptr<ParentMap> StmtMap;
   56     StmtMap.reset(new ParentMap(body));
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
   62   std::unique_ptr<ParentMap> StmtMap;
   76     StmtMap.reset(new ParentMap(body));
tools/clang/lib/ARCMigrate/Transforms.h
   47   ParentMap PMap;
   55   ParentMap &getParentMap() { return PMap; }
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  202 static void addParentsForSyntheticStmts(const CFG *TheCFG, ParentMap &PM) {
  279 ParentMap &AnalysisDeclContext::getParentMap() {
  281     PM.reset(new ParentMap(getBody()));
tools/clang/lib/Analysis/CFGStmtMap.cpp
   77 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) {
tools/clang/lib/Analysis/PathDiagnostic.cpp
  478     ParentMap &PM = ADC->getParentMap();
tools/clang/lib/Analysis/ReachableCode.cpp
  100             ParentMap PM(const_cast<Expr *>(RE));
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  328                                   const ParentMap *PMap);
  340                                       const ParentMap *PMap) {
  379                                   const ParentMap *PMap) {
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
   73     ParentMap *PropParentMap; // created lazily.
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
   72     ParentMap *PropParentMap; // created lazily.
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1318 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM,
 1346                                       const ParentMap &PM) {
tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   68   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  138   ParentMap& Parents;
  149                ParentMap &parents,
  524     ParentMap &pmap = mgr.getParentMap(D);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1340   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   42     const ParentMap &Parents = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   43   static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
   58   const ParentMap *PM = nullptr;
  219                                            const ParentMap &PM) {
tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  161   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  161   const ParentMap &getParentMap() const {
  613 static const Stmt *getEnclosingParent(const Stmt *S, const ParentMap &PM) {
 1017 static bool isContainedByStmt(const ParentMap &PM, const Stmt *S,
 1027 static const Stmt *getStmtBeforeCond(const ParentMap &PM, const Stmt *Term,
 1041 static bool isInLoopBody(const ParentMap &PM, const Stmt *S, const Stmt *Term) {
 1268     const ParentMap &PM = C.getParentMap();
 1332 static const Stmt *getStmtParent(const Stmt *S, const ParentMap &PM) {
 1411   const ParentMap &PM = LC->getParentMap();
 1667 static bool lexicalContains(const ParentMap &PM, const Stmt *X, const Stmt *Y) {
 1678                             const ParentMap &PM) {
 1758   const ParentMap &PM = LC->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1040     const ParentMap &PM = getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  138   const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  685   ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
  297           __safe_conversion_up<_Up, _Ep>,
  301 	operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>