|
clang 22.0.0git
|
#include "clang/Basic/SourceLocation.h"Go to the source code of this file.
Classes | |
| class | clang::reachable_code::Callback |
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | 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. | |
| void | clang::reachable_code::FindUnreachableCode (AnalysisDeclContext &AC, Preprocessor &PP, Callback &CB) |