Searched refs:CFGStmtMap (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisDeclContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisDeclContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisDeclContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisDeclContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DAnalysisDeclContext.h30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
H A DCFGStmtMap.h1 //===--- CFGStmtMap.h - Map from Stmt* to CFGBlock* -----------*- C++ -*-===//
10 // This file defines the CFGStmtMap class, which defines a mapping from
27 class CFGStmtMap { class in namespace:clang
31 CFGStmtMap(ParentMap *pm, void *m) : PM(pm), M(m) {} function in class:clang::CFGStmtMap
34 ~CFGStmtMap();
38 static CFGStmtMap *Build(CFG* C, ParentMap *PM);
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));

Completed in 1452 milliseconds

12