clang
15.0.0git
|
#include "clang/Basic/SourceLocation.h"
Go to the source code of this file.
Classes | |
class | clang::reachable_code::Callback |
Namespaces | |
llvm | |
YAML serialization mapping. | |
clang | |
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) |