Searched defs:LocationToUnique (Results 1 - 2 of 2) sorted by relevance

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

Completed in 229 milliseconds