|
clang
5.0.0
|
#include "clang/Basic/SourceLocation.h"Go to the source code of this file.
Classes | |
| class | clang::reachable_code::Callback |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::reachable_code | |
Enumerations | |
| enum | clang::reachable_code::UnreachableKind { clang::reachable_code::UK_Return, clang::reachable_code::UK_Break, clang::reachable_code::UK_Loop_Increment, clang::reachable_code::UK_Other } |
| Classifications of unreachable code. More... | |
Functions | |
| unsigned | clang::reachable_code::ScanReachableFromBlock (const CFGBlock *Start, llvm::BitVector &Reachable) |
| ScanReachableFromBlock - Mark all blocks reachable from Start. More... | |
| void | clang::reachable_code::FindUnreachableCode (AnalysisDeclContext &AC, Preprocessor &PP, Callback &CB) |
1.8.6