|
clang 22.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"#include "clang/AST/Attr.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/StmtVisitor.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "llvm/ADT/DenseMap.h"Go to the source code of this file.
Functions | |
| static bool | AttrFilter (const ObjCMethodDecl *M) |
|
static |
Definition at line 212 of file DirectIvarAssignment.cpp.
References clang::Decl::specific_attrs().