OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclWithIssue
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
116
const Decl *
DeclWithIssue
;
121
StringRefCheckerVisitor(const Decl *
declWithIssue
, BugReporter &br,
123
:
DeclWithIssue
(
declWithIssue
), BR(br), Checker(checker) {}
183
BR.EmitBasicReport(
DeclWithIssue
, Checker, desc, "LLVM Conventions", desc,
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
255
const Decl *
DeclWithIssue
= nullptr;
271
return
DeclWithIssue
;
284
void setDeclWithIssue(const Decl *
declWithIssue
) {
285
DeclWithIssue
=
declWithIssue
;
622
void EmitBasicReport(const Decl *
DeclWithIssue
, const CheckerBase *Checker,
628
void EmitBasicReport(const Decl *
DeclWithIssue
, CheckerNameRef CheckerName,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
245
if (const Decl *
DeclWithIssue
= D.getDeclWithIssue()) {
246
if (const auto *ND = dyn_cast<NamedDecl>(
DeclWithIssue
))
249
if (const Stmt *Body =
DeclWithIssue
->getBody()) {
594
const Decl *
DeclWithIssue
= D.getDeclWithIssue();
607
<< getIssueHash(L, D.getCheckerName(), D.getBugType(),
DeclWithIssue
,
PlistDiagnostics.cpp
706
const Decl *
DeclWithIssue
= D->getDeclWithIssue();
708
DeclWithIssue
, LangOpts))
713
if (const Decl *
DeclWithIssue
= D->getDeclWithIssue()) {
715
if (const NamedDecl *ND = dyn_cast<NamedDecl>(
DeclWithIssue
)) {
743
if (const Stmt *Body =
DeclWithIssue
->getBody()) {
BugReporter.cpp
3282
void BugReporter::EmitBasicReport(const Decl *
DeclWithIssue
,
3288
EmitBasicReport(
DeclWithIssue
, Checker->getCheckerName(), Name, Category, Str,
3292
void BugReporter::EmitBasicReport(const Decl *
DeclWithIssue
,
3301
R->setDeclWithIssue(
DeclWithIssue
);
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h
768
const Decl *
DeclWithIssue
;
791
PathDiagnostic(StringRef CheckerName, const Decl *
DeclWithIssue
,
861
const Decl *getDeclWithIssue() const { return
DeclWithIssue
; }
864
DeclWithIssue
= D;
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
121
StringRef CheckerName, const Decl *
declWithIssue
, StringRef bugtype,
125
: CheckerName(CheckerName),
DeclWithIssue
(
declWithIssue
),
Completed in 33 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026