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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h130 class PathDiagnosticLocation { class in namespace:clang::ento
139 PathDiagnosticLocation(SourceLocation L, const SourceManager &sm, function in class:clang::ento::PathDiagnosticLocation
154 PathDiagnosticLocation() function in class:clang::ento::PathDiagnosticLocation
158 PathDiagnosticLocation(const Stmt *s, function in class:clang::ento::PathDiagnosticLocation
172 PathDiagnosticLocation(const Decl *d, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
183 PathDiagnosticLocation(SourceLocation loc, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
191 static PathDiagnosticLocation create(const Decl *D,
193 return PathDiagnosticLocation(D, SM);
197 static PathDiagnosticLocation createBegin(const Decl *D,
201 static PathDiagnosticLocation createBegi
[all...]

Completed in 88 milliseconds