clang 20.0.0git
|
#include "clang/AST/Decl.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Classes | |
class | clang::VariableGroupsManager |
class | clang::FixitStrategy |
class | clang::UnsafeBufferUsageHandler |
The interface that lets the caller handle unsafe buffer usage analysis results by overriding this class's handle... methods. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::internal |
Typedefs | |
using | clang::VarGrpTy = std::vector< const VarDecl * > |
using | clang::VarGrpRef = ArrayRef< const VarDecl * > |
Functions | |
void | clang::checkUnsafeBufferUsage (const Decl *D, UnsafeBufferUsageHandler &Handler, bool EmitSuggestions) |
bool | clang::internal::anyConflict (const llvm::SmallVectorImpl< FixItHint > &FixIts, const SourceManager &SM) |