Searched defs:DeclToUnique (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp114 const Decl *DeclToUnique)
122 UniqueingDecl(DeclToUnique),
110 PathDiagnostic(StringRef CheckName, const Decl *declWithIssue, StringRef bugtype, StringRef verboseDesc, StringRef shortDesc, StringRef category, PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique) argument
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h168 PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique)
171 UniqueingDecl(DeclToUnique),
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique) argument

Completed in 107 milliseconds