OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclWithIssue
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
74
const Decl *
DeclWithIssue
;
146
: BT(bt),
DeclWithIssue
(0), Description(desc), ErrorNode(errornode),
151
: BT(bt),
DeclWithIssue
(0), ShortDescription(shortDesc), Description(desc),
156
: BT(bt),
DeclWithIssue
(0), Description(desc), Location(l), ErrorNode(0),
169
: BT(bt),
DeclWithIssue
(0), Description(desc),
245
void setDeclWithIssue(const Decl *
declWithIssue
) {
246
DeclWithIssue
=
declWithIssue
;
466
void EmitBasicReport(const Decl *
DeclWithIssue
,
471
void EmitBasicReport(const Decl *
DeclWithIssue
,
[
all
...]
PathDiagnostic.h
710
const Decl *
DeclWithIssue
;
730
PathDiagnostic(const Decl *
DeclWithIssue
, StringRef bugtype,
794
const Decl *getDeclWithIssue() const { return
DeclWithIssue
; }
/external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
119
const Decl *
DeclWithIssue
;
121
StringRefCheckerVisitor(const Decl *
declWithIssue
, BugReporter &br)
122
: BR(br),
DeclWithIssue
(
declWithIssue
) {}
182
BR.EmitBasicReport(
DeclWithIssue
, desc, "LLVM Conventions", desc,
/external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
477
if (const Decl *
DeclWithIssue
= D->getDeclWithIssue()) {
479
if (const NamedDecl *ND = dyn_cast<NamedDecl>(
DeclWithIssue
)) {
507
if (const Stmt *Body =
DeclWithIssue
->getBody()) {
PathDiagnostic.cpp
109
PathDiagnostic::PathDiagnostic(const Decl *
declWithIssue
,
114
:
DeclWithIssue
(
declWithIssue
),
180
DeclWithIssue
= CP->getCaller();
[
all
...]
BugReporter.cpp
[
all
...]
Completed in 97 milliseconds