clang API Documentation
#include "clang/Basic/SourceLocation.h"
Go to the source code of this file.
Classes | |
class | clang::reachable_code::Callback |
Namespaces | |
namespace | llvm |
namespace | clang |
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) |
void | clang::reachable_code::FindUnreachableCode (AnalysisDeclContext &AC, Preprocessor &PP, Callback &CB) |